'Declaration Public Sub ApplySort( _ ByVal property As PropertyDescriptor, _ ByVal direction As ListSortDirection _ )
public void ApplySort( PropertyDescriptor property, ListSortDirection direction )
Parameters
- property
- A System.ComponentModel.PropertyDescriptor that specifies the property to sort on.
- direction
- One of the System.ComponentModel.ListSortDirection values.