SortingColumn.Property Property
Gets or set the query operand that identifies the sorted column in a query.
Namespace: DevExpress.Xpo.DB
Assembly: DevExpress.Data.v24.1.dll
NuGet Package: DevExpress.Data
Declaration
Property Value
Type | Description |
---|---|
CriteriaOperator | A CriteriaOperator descendant representing the query operand that identifies the sorted column in a query. |
See Also