Skip to main content

TdxTreeViewCustomOptionsBehavior.AutoExpand Property

Specifies if the Tree View control expands a node when a user clicks it.

Declaration

property AutoExpand: Boolean read; write; default False;

Property Value

Type Default Description
Boolean False
False
Default. The filter pop-up window displays all items.
True
A click on a tree node expands it.

Remarks

Set the AutoExpand property to True to allow users to click a node to expand it.

Default Value

The AutoExpand property’s default value is False.

See Also