Skip to main content
A newer version of this page is available. .

SortingColumn.Direction Property

Gets or sets the column’s sort order.

Namespace: DevExpress.Xpo.DB

Assembly: DevExpress.Data.v19.2.dll

Declaration

public SortingDirection Direction { get; set; }

Property Value

Type Description
SortingDirection

A SortingDirection enumeration value which specifies the column’s sort order.

Available values:

Name Description
Ascending

A property (column) is sorted in ascending order.

Descending

A property (column) is sorted in descending order.

See Also