SMART datagrid v.1 > Classes > GridStyles

Back  Forward

DataLudi.GridStyles.iconIndex  property

Among the images which have been specified by imageList, it specifies the index of image icon which will be displayed additionally. If specify the value as "value", it will read the value of corresponding cell as the index 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
Styles Overview
Examples
Column Styles