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

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

If True, a click on a tree node expands it. If False, a click on a tree node only selects it.

Remarks

A user can click an expand button of a node to expand it. You can set the AutoExpand property to True to allow users to click a node to expand it.

The AutoExpand property’s default value is False.

See Also