ShellBrowser .Net Edition
Sorting Property
NamespacesJam.ShellJamBaseShellListViewSorting
Gets or sets the sort order for items in the control.
Declaration Syntax
C#Visual BasicVisual C++
public SortOrder Sorting { get; set; }
Public Property Sorting As SortOrder
public:
property SortOrder Sorting {
	SortOrder get ();
	void set (SortOrder value);
}
Exceptions
ExceptionCondition
InvalidEnumArgumentException The value specified is not one of the System.Windows.Forms.SortOrder values.

Assembly: ShellBrowser (Module: ShellBrowser) Version: 4.2.1.45 (4.2.1.45)