Skip to main content

TcxShellOptions.ShowHidden Property

Specifies if hidden shell items are visible.

Declaration

property ShowHidden: Boolean read; write; default False;

Property Value

Type Default Description
Boolean False

If True, shell items with the hidden attribute are visible. If False, the shell control shows no hidden shell items.

Remarks

The ShowHidden property’s default value is False.

See Also