DataViewManager::IBindingList::ApplySort Method (PropertyDescriptor^, ListSortDirection)
.NET Framework (current version)
Sorts the list based on a PropertyDescriptor and a ListSortDirection.
Assembly: System.Data (in System.Data.dll)
private: virtual void ApplySort( PropertyDescriptor^ property, ListSortDirection direction ) sealed = IBindingList::ApplySort
Parameters
- property
-
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 DataViewManager instance is cast to an IBindingList interface.
.NET Framework
Available since 1.1
Available since 1.1
Show: