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

TcxDlgShellOptions Class

Contains settings common to all shell objects.

#Declaration

Delphi
TcxDlgShellOptions = class(
    TPersistent
)

#Remarks

The TcxDlgShellOptions class contains options affecting the functionality of the shell browser dialog controls. These options affect the visibility of the shell items of different types (files or folders), the availability of the context menus to end-users, etc.

You can access the set of options using the Options property of a shell browser dialog.

#Inheritance

TObject
TPersistent
TcxDlgShellOptions
See Also