Skip to main content

SortingColumn.Property Property

Gets or set the query operand that identifies the sorted column in a query.

Namespace: DevExpress.Xpo.DB

Assembly: DevExpress.Data.v23.2.dll

NuGet Package: DevExpress.Data

Declaration

public CriteriaOperator Property { get; set; }

Property Value

Type Description
CriteriaOperator

A CriteriaOperator descendant representing the query operand that identifies the sorted column in a query.

See Also