SMART datagrid v.1 > Classes > RowIndicator

[ grids ver.1.2.9]   Back  Forward

DataLudi.RowIndicator.stateStyles  property

Style Set which is used to draw RowIndicator state cells. 

The style of each State can be specified by createdStyles, deletedStyles, updatedStyles respectively. 

Getter
function stateStyles(): GridStyles
Setter
function setStateStyles(value: GridStyles)
Code -1
    grid.rowIndicator().setStateStyles({
        background: '#f00'
    });
See Also
createdStyles
deletedStyles
updatedStyles
stateStyles
createdLabel
deletedLabel
updatedLabel
stateVisible
stateImageList
DataRowState
GridRow.dataState
GridStyles.iconIndex
GridStyles.shapeName
Examples
State Cells
Data Row States