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 |
|
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