BindingSource::SortDirection Property
.NET Framework (current version)
Gets the direction the items in the list are sorted.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
public: [BrowsableAttribute(false)] property ListSortDirection SortDirection { virtual ListSortDirection get(); }
Property Value
Type: System.ComponentModel::ListSortDirectionOne of the ListSortDirection values indicating the direction the list is sorted.
Implements
IBindingList::SortDirectionIf the underlying list is not an IBindingList, the SortDirection property will always return Ascending.
.NET Framework
Available since 2.0
Available since 2.0
Show: