SMART datagrid v.1 > Classes > GridFooterHead

Back  Forward

DataLudi.GridFooterHead.text  property

The text which will be displayed in area. 

Defaults to 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
Column Footer