SMART datagrid v.1 > Classes > GridStyleSheet

Back  Forward

DataLudi.GridStyleSheet.groupPanelHead  property

Style Set which is used to draw the head cell which is displayed on the left side of group panel in which displays row group state, etc. 

groupPanel is the parent style set. 

Getter
function groupPanelHead(): GridStyles
Setter
function setGroupPanelHead(value: Object|GridStyles)
Code -1
    grid.loadStyles({
        groupPanel: {
            head: {
                bakcground: "#eee"
            }
        }
    });
See Also
groupPanel
groupPanelHeadInner
groupPanelItem
Examples
Row Grouping