Skip to main content

TdxTreeViewCustomOptionsView.UseImageIndexForSelected Property

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

Declaration

property UseImageIndexForSelected: Boolean read; write;

Property Value

Type Description
Boolean

If True, the control displays the images specified in the SelectedImageIndex property of selected nodes. If False, the Tree View always shows the images specified in the ImageIndex property.

See Also