Skip to main content

TdxTreeViewControlOptionsView.UseImageIndexForSelected Property

Specifies if the Tree View control displays specific images in selected nodes.

Declaration

property UseImageIndexForSelected; default False;

Property Value

Type Default Description
Boolean False

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