TdxTreeViewControlOptionsBehavior Members
Contains settings that specify how a Tree View control responds to user actions.Constructors
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. Inherited from TdxTreeViewCustomOptionsBehavior. |
CaptionEditing | Specifies if users can open an in-place node caption editor. |
ChangeDelay | Specifies a delay between user actions and the corresponding selection state changes. |
HotTrack | Specifies if the Tree View control highlights a node when the mouse pointer hovers over it. |
ReadOnly | Specifies if a Tree View control is in read-only mode. Inherited from TdxTreeViewCustomOptionsBehavior. |
SortType | Specifies the criteria by which the Tree View sorts its nodes after a node’s caption and associated data pointer changes. Inherited from TdxTreeViewCustomOptionsBehavior. |
ToolTips | Specifies if tree nodes show tooltips when node captions do not fit in the Tree View control horizontally. Inherited from TdxTreeViewCustomOptionsBehavior. |
Methods
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