ListSortDescription
Class
Definition
Provides a description of the sort operation applied to a data source.
public class ListSortDescription
- Inheritance
-
ListSortDescription
Inherited Members
System.Object
Remarks
The ListSortDescription is used by the IBindingListView interface.
Constructors
| ListSortDescription(PropertyDescriptor, ListSortDirection) |
Initializes a new instance of the ListSortDescription class with the specified property description and direction. |
Properties
| PropertyDescriptor |
Gets or sets the abstract description of a class property associated with this ListSortDescription |
| SortDirection |
Gets or sets the direction of the sort operation associated with this ListSortDescription. |