SMART datagrid v1.4 > Classes > GridStyleSheet

Back  Forward

DataLudi.GridStyleSheet.treeIndent  property

트리뷰 footer 행들의 좌측에 표시되는 들어간 영역을 위한 기본 스타일셋

Getter
function treeIndent(): GridStyles
Setter
function setTreeIndent(value: Object|GridStyles)

 

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