DataView::IBindingList::ApplySort Method (PropertyDescriptor^, ListSortDirection)
.NET Framework (current version)
For a description of this member, see IBindingList::ApplySort.
Assembly: System.Data (in System.Data.dll)
private: virtual void ApplySort( PropertyDescriptor^ property, ListSortDirection direction ) sealed = IBindingList::ApplySort
Parameters
- property
-
Type:
System.ComponentModel::PropertyDescriptor^
A System.ComponentModel.PropertyDescriptor object.
- direction
-
Type:
System.ComponentModel::ListSortDirection
A System.ComponentModel.ListSortDirection object.
This member is an explicit interface member implementation. It can be used only when the DataView instance is cast to an IBindingList interface.
.NET Framework
Available since 1.1
Available since 1.1
Show: