SMART datagrid v.1 >  Classes >  GridStyleSheet
DataLudi.GridStyleSheet.rowIndicator  property
Style Set of RowIndicator. 
- Getter
 - function rowIndicator(): GridStyles
 - Setter
 - function setRowIndicator(value: Object|GridStyles)
 
 
Code -1
    grid.loadStyles({
        rowIndicator: {
            background: "#100000ff"
        }
    });
- See Also
 - rowIndicatorState
 - rowIndicatorCreated
 - rowIndicatorUpdated
 - rowIndicatorDeleted
 - checkBar
 - footer
 - header
 - GridStyles
 - Fill & Stroke
 
- Examples
 - Row Indicator