Click or drag to resize

ManageColumnsEventArgs.Columns Property

Gets the columns list. By default, the list of columns contains all columns defined on the ShellFolder, including non visible ones. If you want to get only the visible columns, change the ShellFolder's InitializeOptions property value.

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

Property Value

Type: IReadOnlyList<ShellColumn>
The columns.
See Also