Skip to main content

TdxTreeViewCustomOptionsView.UseImageIndexForExpanded Property

Specifies if the Tree View shows specific images in expanded nodes.

Declaration

property UseImageIndexForExpanded: Boolean read; write;

Property Value

Type Description
Boolean

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