Skip to main content

TdxShellTreeViewOptions Properties

Stores shell-related settings for the Shell Tree View control.
Name Description
ContextMenus Specifies if a context menu is available for selected shell items. Inherited from TcxShellOptions.
FileMask Specifies the file mask (with wildcards) that is used to filter out shell items. Inherited from TcxShellOptions.
ShowFolders Specifies if folder shell items are visible. Inherited from TcxShellOptions.
ShowHidden Specifies if hidden shell items are visible. Inherited from TcxShellOptions.
ShowNonFolders Specifies if the Shell Tree View control displays files, shortcuts, and other shell items in addition to folders.
ShowToolTip Specifies if the Shell Tree View control displays shell item information as a tooltip.
ShowZipFilesWithFolders Specifies if ZIP files are visible. Inherited from TcxShellOptions.
TrackShellChanges Specifies if the shell control tracks changes in Windows Shell made by another application or process. Inherited from TcxShellOptions.
See Also