Skip to main content

Sorting.Direction Property

Specifies the sorting direction.

Namespace: DevExpress.DataAccess.Sql

Assembly: DevExpress.DataAccess.v24.1.dll

NuGet Packages: DevExpress.DataAccess, DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap

Declaration

public ListSortDirection Direction { get; set; }

Property Value

Type Description
ListSortDirection

A ListSortDirection enumeration value.

See Also