Click or drag to resize

ShellFolderColumns Property

Gets this folder's columns.

Namespace:  ShellBoost.Core
Assembly:  ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax
C#
public IReadOnlyList<ShellFolderColumn> Columns { get; }

Property Value

Type: IReadOnlyListShellFolderColumn
A list of columns.
See Also