Skip to main content
A newer version of this page is available. .

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