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

TcxShellListViewOptions Class

Contains shell-related settings.

#Declaration

Delphi
TcxShellListViewOptions = class(
    TcxShellOptions
)

#Remarks

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

  • Specify if the Shell List View control tracks Windows Shell changes made by external applications (TrackShellChanges).
  • Ignore the Enter keystroke and double-clicks on shell items (AutoNavigate).
  • Prevent execution of applications associated with all file types when a user attempts to open a file (AutoExecute).
  • Hide or display shell items with the hidden attribute (ShowHidden).
  • Allow users to invoke the current folder’s context menu if no shell items are selected in the Shell List View control (CurrentFolderContextMenu).
  • Specify a file mask to filter out shell items (FileMask).
  • Hide or display different shell item types (ShowFolders, ShowNonFolders, and ShowZipFilesWithFolders).
  • Prevent users from invoking a context menu for selected shell items (ContextMenus).
  • Disable or enable tooltips for shell items (ShowToolTip).

The Shell List View control’s Options property references a TcxShellListViewOptions object.

#Inheritance

TObject
TPersistent
TcxShellOptions
TcxShellListViewOptions
See Also