SMART datagrid v.1 > Classes > GridFooter

Back  Forward

DataLudi.GridFooter.height  property

Specify the height of grid footer in pixels. If specify this value greater than 0, the height will be determined by a greater one between minHeight and this value. 

If it is 0, the height will be calculated and set internally based on Style

Defaults to 0.

Getter
function height(): Integer
Setter
function setHeight(value: Integer)
Code -1
    grid.setFooter({
        height: 30
    });
    // or, by property
    grid.footer().setHeight(30);
See Also
minHeight
resizable
GridHeader
ColumnFooter
GridStyles
Examples
Column Footer