BindingList<T>::IBindingList::ApplySort Method (PropertyDescriptor^, ListSortDirection)
.NET Framework (current version)
Sorts the list based on a PropertyDescriptor and a ListSortDirection. For a complete description of this member, see ApplySort.
Assembly: System (in System.dll)
private: virtual void ApplySort( PropertyDescriptor^ prop, ListSortDirection direction ) sealed = IBindingList::ApplySort
Parameters
- prop
-
Type:
System.ComponentModel::PropertyDescriptor^
The PropertyDescriptor to sort by.
- direction
-
Type:
System.ComponentModel::ListSortDirection
One of the ListSortDirection values.
This member is an explicit interface member implementation. It can be used only when the BindingList<T> instance is cast to an IBindingList interface.
.NET Framework
Available since 2.0
Available since 2.0
Show: