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

TdxShellTreeViewControlOptionsView Class

Stores Shell Tree View appearance settings.

#Declaration

Delphi
TdxShellTreeViewControlOptionsView = class(
    TdxTreeViewCustomOptionsView
)

#Remarks

The TdxShellTreeViewControlOptionsView class has members that allow you to do the following:

  • Hide or display lines between parent and child nodes (ShowLines).
  • Adjust the node height (ItemHeight).
  • Define which scroll bars the Shell Tree View control can display (ScrollBars).
  • Display an ellipsis at the end of node captions that do not fit into the control’s client area when the horizontal scroll bar is disabled (ShowEndEllipsis).
  • Hide or display node expand buttons (ShowExpandButtons and ShowRoot).

The Shell Tree View control’s OptionsView property references a TdxShellTreeViewControlOptionsView object.

#Inheritance

See Also