The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
ListViewSortEventArgs::SortDirection Property
.NET Framework (current version)
Gets or sets the direction in which to sort the ListView control.
Assembly: System.Web.Extensions (in System.Web.Extensions.dll)
public: property SortDirection SortDirection { SortDirection get(); void set(SortDirection value); }
The following example shows how to use the ListViewSortEventArgs object to display the sort direction and the column being sorted. This code example is part of a larger example provided for the ListViewSortEventArgs class.
.NET Framework
Available since 3.5
Available since 3.5
Show: