TdxTreeViewControlOptionsView.UseImageIndexForExpanded Property
Specifies if the Tree View control displays specific images in expanded nodes.
Declaration
property UseImageIndexForExpanded; default False;
Property Value
| Type | Default | Description |
|---|---|---|
| Boolean | False | If True, the control displays the images specified in the ExpandedImageIndex property of expanded nodes. If False, the Tree View always shows the images specified in the ImageIndex property. |
See Also