TcxShellOptions.ShowZipFilesWithFolders Property
Specifies if ZIP files are visible.
Declaration
property ShowZipFilesWithFolders: Boolean read; write; default True;
Property Value
| Type | Default | Description |
|---|---|---|
| Boolean | True | If |
Remarks
Microsoft Windows® Vista and newer operating systems treat ZIP files as folders because they can include other files and folders. You can set the ShowZipFilesWithFolders property to False to hide ZIP files if other folders are visible.
Note
The ShowZipFilesWithFolders property is in effect only when the following conditions are met:
- The application is running on Microsoft Windows® Vista or a newer operating system.
- The ShowFolders property is set to
True.
The ShowZIPFilesWithFolders property’s default value is True.
See Also
TcxShellOptions.ShowZipFilesWithFolders