SortProperty Constructors
An element in the SortingCollection.| Name | Parameters | Description |
|---|---|---|
| SortProperty() | none | Initializes a new instance of the SortProperty class with default settings. |
| SortProperty(CriteriaOperator, SortingDirection) | property, direction | Initializes a new instance of the SortProperty class. |
| SortProperty(String, SortingDirection) | propertyName, sorting | Initializes a new instance of the SortProperty class with a property name to sort against and the sort order. |
See Also