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

TcxShellOptions Class

Contains settings common to all shell controls.

#Declaration

Delphi
TcxShellOptions = class(
    TPersistent
)

#Remarks

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

Do not use the TcxShellOptions class directly. Use the following descendants instead:

TdxShellListViewOptions
Stores shell-related settings of the Shell List View control.
TdxShellTreeViewOptions
Stores shell-related settings for the Shell Tree View control.
TcxShellListViewOptions
Contains shell-related settings.
TcxShellTreeViewOptions
Contains shell tree view settings.

#Inheritance

TObject
TPersistent
TcxShellOptions
See Also