- property
- A System.ComponentModel.PropertyDescriptor that describes the property by which to sort the data source.
- sort
- A System.ComponentModel.ListSortDirection indicating how the list should be sorted.
The System.ComponentModel.IBindingList implements single column sorting using a System.ComponentModel.PropertyDescriptor to indicate a property to sort by and a System.ComponentModel.ListSortDirection indicating whether the property contents should be sorted in ascending or descending order.