Back to Devexpress

SortingColumn.Property Property

corelibraries-devexpress-dot-xpo-dot-db-dot-sortingcolumn.md

latest1.1 KB
Original Source

SortingColumn.Property Property

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

Namespace : DevExpress.Xpo.DB

Assembly : DevExpress.Data.v25.2.dll

NuGet Package : DevExpress.Data

Declaration

csharp
public CriteriaOperator Property { get; set; }
vb
Public Property [Property] As CriteriaOperator

Property Value

TypeDescription
CriteriaOperator

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

|

See Also

SortingColumn Class

SortingColumn Members

DevExpress.Xpo.DB Namespace