Skip to main content

SortingColumn(String, String, SortingDirection) Constructor

Initializes a new instance of the SortingColumn class with the specified settings.

Namespace: DevExpress.Xpo.DB

Assembly: DevExpress.Data.v24.1.dll

NuGet Package: DevExpress.Data

Declaration

public SortingColumn(
    string columnName,
    string nodeAlias,
    SortingDirection direction
)

Parameters

Name Type Description
columnName String

A String value that specifies the name of the sorted column in a query.

nodeAlias String

A String value that specifies the alias name of the table in the query.

direction SortingDirection

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

See Also