ViewVisibleColumns Property |
Gets the list of visible columns.
Namespace:
callback.ShellBoost.Core.WindowsShell
Assembly:
callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax public IReadOnlyList<ShellColumn> VisibleColumns { get; }
Property Value
Type:
IReadOnlyListShellColumn
The visible columns.
See Also