SMART datagrid v1.4 > 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
- State Cells
- DataRow States