BindingList<T>::SortDirectionCore Property
.NET Framework (current version)
Gets the direction the list is sorted.
Assembly: System (in System.dll)
protected: property ListSortDirection SortDirectionCore { virtual ListSortDirection get(); }
Property Value
Type: System.ComponentModel::ListSortDirectionOne of the ListSortDirection values. The default is Ascending.
The BindingList<T> class does not provide a base implementation of sorting, so SortDirectionCore always returns Ascending by default. For more information about sorting, see the ApplySort method.
.NET Framework
Available since 2.0
Available since 2.0
Show: