Skip to main content
A newer version of this page is available. .

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