SMART datagrid v1.4 > Classes > RowGroup

Back  Forward

DataLudi.RowGroup.indentStyles  property

행 그룹핑 후 데이터행들의 좌측에 표시되는 빈 영역을 그릴 때 사용되는 스타일셋

현재, GridStyles.background, borderRight, borderBottom 스타일이 사용되고 있다. 

Getter
function indentStyles(): GridStyles
Setter
function setIndentStyles(value: GridStyles)
Code -1
    grid.rowGroup().setIndentStyle({
        background: "#10aaaa0",
        borderRight: "#20aaaa00",
        borderBottom: "#20aaaa00
    });
See Also
headerStyles
footerStyles
GridStyles
Examples
행 그룹핑