SMART datagrid v1.4 > Classes > RowIndicator
DataLudi.RowIndicator.stateStyles property
RowIndicator 상태셀을 그리는 데 사용되는 스타일셋.
각 상태 별 스타일은 createdStyles, deletedStyles, updatedStyles로 각각 별도 지정할 수 있다.
- Getter
- function stateStyles(): GridStyles
- Setter
- function setStateStyles(value: GridStyles)
Code -1
grid.rowIndicator().setStateStyles({
background: '#f00'
});
- See Also
- createdStyles
- deletedStyles
- updatedStyles
- stateStyles
- createdLabel
- deletedLabel
- updatedLabel
- stateVisible
- stateImageList
- DataRowState
- GridRow.dataState
- GridStyles.iconIndex
- GridStyles.shapeName
- Examples
- State Cells
- DataRow States