SMART datagrid v.1 > Classes > TreeRow
DataLudi.TreeRow.iconIndex property
将会显示在树行的图标索引。
如果没有明确指定该属性值,就会使用通过被连接在该树行的数据行的iconIndex而指定的值。 从通过TreeView.treeOptions的iconList而指定的图像列表中,获取图标。
默认值为undefined.
- Getter
- function iconIndex(): Integer
- Setter
- function setIconIndex(value: Integer)
- See Also
- hasChildren
- TreeDataRow.iconIndex
- TreeOptions.iconList
- TreeView.treeOptions
- 图像列表
- 树概述
- Examples
- Hello Tree