Skip to main content
A newer version of this page is available. .

TdxTreeViewCustomOptionsView Members

The base class for Tree View appearance settings.

Constructors

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

Properties

Name Description
Indent Specifies the horizontal indent between parent and child nodes.
ItemHeight Specifies the height of a node in the Tree View.
ScrollBars Specifies which scrollbars the Tree View can display.
ShowCheckBoxes Specifies if tree nodes have checkboxes.
ShowEndEllipsis Specifies if the Tree View displays an ellipsis at the end of the node captions that do not fit in the Tree View.
ShowExpandButtons Specifies if the Tree View displays node expand buttons.
ShowLines Specifies if the Tree View shows lines between parent and child nodes.
ShowRoot Specifies if the Tree View displays lines and expand buttons of nodes at the top nesting level.
UseImageIndexForExpanded Specifies if the Tree View shows specific images in expanded nodes.
UseImageIndexForSelected Specifies if the Tree View shows specific images in selected nodes.

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