A newer version of this page is available.
Switch to the current version.
SortProperty.Property Property
Gets or sets the expression used to sort values.
Namespace: DevExpress.Xpo
Assembly: DevExpress.Data.v19.2.dll
Declaration
public CriteriaOperator Property { get; set; }
Public Property Property As CriteriaOperator
Property Value
Type | Description |
---|---|
CriteriaOperator | A CriteriaOperator object that represents the expression used to sort values. |
See Also
Feedback