Click or drag to resize

FolderViewSortColumns Property

Gets the sort columns currently applied to the view.

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

Property Value

Type: IReadOnlyListSORTCOLUMN
The sort columns.
See Also