TcxShellOptions.ShowFolders Property
Specifies if folder shell items are visible.
Declaration
property ShowFolders: Boolean read; write; default True;
Property Value
| Type | Default | Description |
|---|---|---|
| Boolean | True |
|
Remarks
If the ShowFolders and ShowNonFolders properties are set to False, the shell control is always empty.
Note
You can use the ShowZipFilesWithFolders property to specify if ZIP files are visible when the ShowFolders property is set to True.
Default Value
The ShowFolders property’s default value is True.
See Also