SMART datagrid v1.4 > Classes > GridStyles
DataLudi.GridStyles.iconIndex property
imageList로 지정된 이미지들 중에서 이미지 아이콘이 추가로 표시되는 아이콘의 인덱스를 지정한다. 값을 "value"로 지정하면 해당 셀의 값을 인덱스 값으로 해석한다.
- Getter
- function iconIndex(): Integer
- Setter
- function setIconIndex(value: Integer)
Code -1
column.setStyles({
iconIndex: 3
});
- See Also
- DataColumn.imageList
- iconAlignment
- iconLocation
- iconOffset
- iconPadding
- iconAlpha
- 스타일 개요
- Examples
- Column Styles