SMART datagrid v.1 > Classes > GridStyleSheet

Back  Forward

DataLudi.GridStyleSheet.groupPanelItem  property

Style Set which is used to draw field cells which are displayed on group panel in which displays row group state, etc. 

groupPanel is the parent style set. 

Getter
function groupPanelItem(): GridStyles
Setter
function setGroupPanelItem(value: Object|GridStyles)
Code -1
    grid.loadStyles({
        groupPanel: {
            item: {
                bakcground: "#eee",
                color: "#333"
            }
        }
    });
See Also
groupPanel
groupPanelItemInner
groupPanelHead
Examples
Row Grouping