SMART datagrid v.1 > Classes > GridStyleSheet

Back  Forward

DataLudi.GridStyleSheet.treeFooter  property

The default Style Set for the footer row of Tree View

Getter
function treeFooter(): GridStyles
Setter
function setTreeFooter(value: Object|GridStyles)

 

Code -1
    grid.loadStyles({
        tree: {
            footer: {
                background: "#200000ff"
            }
        }
    });
See Also
treeExpander
treeIndent
Examples
Hello Tree
Tree Row Footer