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

TdxCustomShellTreeView.OptionsBehavior Property

Provides access to Shell Tree View behavior settings.

#Declaration

Delphi
property OptionsBehavior: TdxShellTreeViewControlOptionsBehavior read; write;

#Property Value

Type Description
TdxShellTreeViewControlOptionsBehavior

Stores Shell Tree View behavior settings.

#Remarks

Use the OptionsBehavior property set to change the way the Shell Tree View control responds to user actions. For example, you can set the OptionsBehavior.HotTrack property to True to highlight hot-tracked nodes.

Refer to the TdxShellTreeViewControlOptionsBehavior class description for detailed information on available options.

See Also