SMART datagrid v.1 > Classes > GridStyleSheet

Back  Forward

DataLudi.GridStyleSheet.rowIndicatorState  property

The default Style Set which is used to display state cells of being displayed on the right side of RowIndicator

Getter
function rowIndicatorState(): GridStyles
Setter
function setRowIndicatorState(value: Object|GridStyles)

 

Code -1
    grid.loadStyles({
        rowIndicator: {
            state: {
                background: "#100000ff"
            }
        }
    });
See Also
rowIndicatorCreated
rowIndicatorUpdated
rowIndicatorDeleted
rowIndicator
checkBar
footer
header
GridStyles
Fill & Stroke
Examples
Row Indicator