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

TdxShellTreeViewControlOptionsSelection Class

Stores Shell Tree View selection settings.

#Declaration

Delphi
TdxShellTreeViewControlOptionsSelection = class(
    TdxTreeViewCustomOptionsSelection
)

#Remarks

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

  • Hide or display the highlight effect for the selected node when the Shell Tree View control has no focus (HideSelection).
  • Specify if a right-click on a node selects it (RightClickSelect).
  • Apply the node selection effect to an entire row (RowSelect).

The Shell Tree View control’s OptionsSelection property references a TdxShellTreeViewControlOptionsSelection object.

#Inheritance

See Also