SortingColumn.Property Property
In This Article
Gets or set the query operand that identifies the sorted column in a query.
Namespace: DevExpress.Xpo.DB
Assembly: DevExpress.Data.v24.2.dll
NuGet Package: DevExpress.Data
#Declaration
public CriteriaOperator Property { get; set; }
#Property Value
Type | Description |
---|---|
Criteria |
A Criteria |
See Also