SMART datagrid v1.4 > 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
Column Footer