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 Members

The base class for Tree View behavior options.

#Constructors
Show Inherited Hide Inherited

Name Description
Create(TdxCustomTreeView) Creates a new TdxTreeViewPersistent class instance. Inherited from TdxTreeViewPersistent.

#Properties

Name Description
AutoExpand Specifies if the Tree View control expands a node when a user clicks it.
CaptionEditing Specifies if a user can invoke an in-place caption editor.
ChangeDelay Specifies a delay between a user action and the corresponding selection state change.
HotTrack Specifies if the Tree View highlights a node when the mouse pointer hovers it.
ReadOnly Specifies if a Tree View control is in read-only mode.
SortType Specifies the criteria by which the Tree View sorts its nodes after a node’s caption and associated data pointer changes.
ToolTips Specifies if tree nodes show tooltips when node captions do not fit in the Tree View control horizontally.

#Methods
Show Inherited Hide Inherited

Name Description
Assign(TPersistent) Inherited from TPersistent.
AssignTo(TPersistent) Inherited from TPersistent.
Equals(TObject) Inherited from TObject.
GetHashCode Inherited from TObject.
GetNamePath Inherited from TPersistent.
GetOwner Inherited from TPersistent.
ToString Inherited from TObject.
See Also