SMART datagrid v.1 > Classes > TreeRow

Back  Forward

DataLudi.TreeRow.iconIndex  property

The icon index which will be displayed in tree row. 

If do not explicitly specify this property value, it will use the value specified by iconIndex of Data Row which is connected to this tree row. The icon is imported from Image List which has been specified by iconList of TreeView.treeOptions

Defaults to undefined.

Getter
function iconIndex(): Integer
Setter
function setIconIndex(value: Integer)
See Also
hasChildren
TreeDataRow.iconIndex
TreeOptions.iconList
TreeView.treeOptions
Image List
Tree Overview
Examples
Hello Tree