SMART datagrid v.1 > Classes > TreeOptions
DataLudi.TreeOptions.iconList property
将会获取树行的图标的图像列表名称。
通过该属性而指定的图像列表,需要通过GridBase.registerImageList而注册在网格。
默认值为null.
- Getter
- function iconList(): String
- Setter
- function setIconList(value: String)
- See Also
- iconWidth
- iconHeight
- TreeRow.iconIndex
- GridBase.registerImageList
- 树概述
- Examples
- Hello Tree