ListView::SortDirection Property
.NET Framework (current version)
Gets the sort direction of the field or fields that are being sorted.
Assembly: System.Web.Extensions (in System.Web.Extensions.dll)
public: [BrowsableAttribute(false)] [PersistenceModeAttribute(PersistenceMode::InnerProperty)] property SortDirection SortDirection { virtual SortDirection get(); }
Property Value
Type: System.Web.UI.WebControls::SortDirectionOne of the SortDirection values. The default is SortDirection.Ascending.
Use the SortDirection property to determine whether the field or fields being sorted are sorted in ascending or descending order.
.NET Framework
Available since 3.5
Available since 3.5
Show: