Skip to main content

SortingColumn(CriteriaOperator, SortingDirection) Constructor

Initializes a new instance of the SortingColumn class with the specified property and sort direction.

Namespace: DevExpress.Xpo.DB

Assembly: DevExpress.Data.v23.2.dll

NuGet Package: DevExpress.Data

Declaration

public SortingColumn(
    CriteriaOperator property,
    SortingDirection direction
)

Parameters

Name Type Description
property CriteriaOperator

A CriteriaOperator descendant representing the query operand that identifies the sorted column in a query. This value is assigned to the SortingColumn.Property property.

direction SortingDirection

A SortingDirection enumeration value which specifies the column’s sort order. This value is assigned to the SortingColumn.Direction property.

See Also