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