SMART datagrid v.1 > Classes > RowIndicator
DataLudi.RowIndicator.updatedLabel property
显示在数据行的状态为DataRowState.UPDATED的行的RowIndicator状态单元格的文本。
如果将这个属性指定为非空字符串的值, 指定在RowIndicator.updatedStyles的GridStyles.iconIndex或shapeName就会被忽视。
默认值为null.
- Getter
- function updatedLabel(): String
- Setter
- function setUpdatedLabel(value: String)
Code -1
grid.setRowIndicator({
created: 'C',
updated: 'U',
deleted: 'D'
});
- See Also
- createdLabel
- deletedLabel
- stateStyles
- createdStyles
- updatedStyles
- deletedStyles
- stateVisible
- GridRow.dataState
- RowIndicator.createdStyles
- DataRowState
- GridStyles.iconIndex
- GridStyles.shapeName
- DataSet.getRowState
- Examples
- 状态单元格
- 数据行状态