SMART datagrid v.1 > Classes > GridFooter

Back  Forward

DataLudi.GridFooter.head  property

GridFooterHead object. 

It is the model of grid area in which overlaps RowIndicator and grid footer. It is created internally when initializing footer, and will not newly create head object and will change the properties of internal object when calling setter. 


 

Getter
function head(): GridFooterHead
Setter
function setHead(value: GridFooterHead)
Code -1
    grid.footer().setHead({
        text: "sum"
    });
See Also
GridHeader.head
GridFooterHead
Examples
Column Footer