SMART datagrid v.1 > Classes > TreeRow

Back  Forward

DataLudi.TreeRow.iconIndex  property

ツリー行に表示するアイコンインデックス。 

このプロパティーの値を明示的に指定しなければ、 このツリー行に繋がったデータ行iconIndexで指定した値を使う。 アイコンはTreeView.treeOptionsiconListで指定した イメージリストから取得する。 

デフォルト値はundefined.

Getter
function iconIndex(): Integer
Setter
function setIconIndex(value: Integer)
See Also
hasChildren
TreeDataRow.iconIndex
TreeOptions.iconList
TreeView.treeOptions
イメージリスト
ツリー概要
Examples
Hello Tree