property ExFolderView.HiddenFolders as Boolean
Retrieves or sets a value indicating whether the control displays the hidden folders.

TypeDescription
Boolean A boolean expression that determine if folders marked 'hidden' are shown.
Use this property to specify if folders that have attribute 'hidden' are shown or not. Usually, Windows operating system sets on some special folder this attribute (Recycle Bin is a good example). If this property is set to False, such folders are not shown.