DataLudi Grid v.1 > Classes > ColumnFooter

Back  Forward

ColumnFooter.text  property

Text to display on the Column Footer. 

If expression is specified, this property is not used. 

Getter
function text(): String
Setter
function setText(value: String)
Code -1
    column.footer().setText('합계');
See Also
expression
Examples
ColumnFooter