Click or drag to resize

JamBaseShellListViewSorting Property

Gets or sets the sort order for items in the control.

Namespace:  Jam.Shell
Assembly:  ShellBrowser.Winforms (in ShellBrowser.Winforms.dll) Version: 6.3.1
Syntax
public SortOrder Sorting { get; set; }

Property Value

Type: SortOrder
Exceptions
ExceptionCondition
InvalidEnumArgumentException The value specified is not one of the System.Windows.Forms.SortOrder values.
See Also