SMART datagrid v1.4 > Classes > GridStyleSheet
DataLudi.GridStyleSheet.rowIndicatorState property
RowIndicator 우측에 표시되는 상태셀들을 표시할 때 사용되는 기본 스타일셋.
- Getter
- function rowIndicatorState(): GridStyles
- Setter
- function setRowIndicatorState(value: Object|GridStyles)
Code -1
grid.loadStyles({
rowIndicator: {
state: {
background: "#100000ff"
}
}
});
- See Also
- rowIndicatorCreated
- rowIndicatorUpdated
- rowIndicatorDeleted
- rowIndicator
- checkBar
- footer
- header
- GridStyles
- Fill & Stroke
- Examples
- Row Indicator