Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxTreeViewCustomOptionsBehavior.AutoExpand Property

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

#Declaration

Delphi
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