SMART datagrid v.1 > Classes > GridFooterHead

Back  Forward

DataLudi.GridFooterHead.text  property

将会显示在区域的文本。 

默认值为null.

Getter
function text(): String
Setter
function setText(value: String)
Code -1
    grid.setOptions({
        footer: {
            head: {
                text: "SUM",
                styles: {
                    fontItalic: true
                }
            }
        },
        ...
    });
See Also
menuVisible
popupMenu
head
GridFooter.head
GridFooter
Examples
列注脚