SMART datagrid v.1 > Classes > RowIndicator
DataLudi.RowIndicator.deletedLabel property
显示在数据行的状态为DataRowState.DELETED的行的RowIndicator状态单元格的文本。
如果这个属性被指定为非空字符串的值, 指定在RowIndicator.deletedStyles的GridStyles.iconIndex或shapeName就会被忽视。
默认值为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
- 状态单元格
- 数据行状态