SMART datagrid v.1 > Classes > GridStyleSheet

Back  Forward

DataLudi.GridStyleSheet.rowIndicatorDeleted  property

Style Set which is used to display state cells of DELETED or CREATE_AND_DELETED row. 

Getter
function rowIndicatorDeleted(): GridStyles
Setter
function setRowIndicatorDeleted(value: Object|GridStyles)

 

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