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