Click or drag to resize

JamBaseShellListViewSorting Property

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

Namespace:  Jam.Shell
Assembly:  ShellBrowser (in ShellBrowser.dll) Version: 7.0
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