Click or drag to resize

ViewColumns Property

Gets the list of all available columns.

Namespace:  callback.ShellBoost.Core.WindowsShell
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public IReadOnlyList<ShellColumn> Columns { get; }

Property Value

Type: IReadOnlyListShellColumn
The available columns.
See Also