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.ShowNonFolders Property

Determines whether the file shell items are displayed.

#Declaration

Delphi
property ShowNonFolders: Boolean read; write; default False;

#Property Value

Type Default
Boolean False

#Remarks

Use the ShowNonFolders property to enable displaying only file shell items. In general, this option enables displaying of the shell items that have no sub-items.

If the ShowFolders and ShowNonFolders options are deactivated, then the shell control displays nothing.

Note

Since ZIP files are considered folders in Windows Vista or later, the ShowNonFolders property has no effect on them. To control the visibility of these files, use the ShowZipFilesWithFolders property in combination with the ShowFolders property.

The default value of the ShowNonFolders property is False.

See Also