SMART datagrid v.1 > Classes > RowIndicator

[ grids ver.1.2.9]   Back  Forward

DataLudi.RowIndicator.deletedLabel  property

The text which is displayed in RowIndicator state cell of row in DataRowState.DELETED State of data row. 

If specify this property with a value not an empty string, GridStyles.iconIndex or shapeName specified in RowIndicator.deletedStyles will be ignored. 

Defaults to null.

Getter
function deletedLabel(): String
Setter
function setDeletedLabel(value: String)
Code -1
    grid.setRowIndicator({
        created: 'C',
        updated: 'U',
        deleted: 'D'
    });
See Also
createdLabel
updatedLabel
stateStyles
createdStyles
updatedStyles
deletedStyles
stateVisible
GridRow.dataState
RowIndicator.createdStyles
DataRowState
GridStyles.iconIndex
GridStyles.shapeName
DataSet.getRowState
Examples
State Cells
Data Row States