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

TdxTreeViewCustomOptionsView Properties

The base class for Tree View appearance settings.
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.
See Also