Skip to main content

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

If True, folders are visible. If False, folders are hidden.

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.

The ShowFolders property’s default value is True.

See Also