SortingInfo.Direction Property
Gets or sets the sort order.
Namespace: DevExpress.DataAccess.Sql
Assembly: DevExpress.DataAccess.v24.1.dll
NuGet Packages: DevExpress.DataAccess, DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap
Declaration
Property Value
Type | Description |
---|---|
DevExpress.DataAccess.Sql.SortingInfo.SortingDirection | A SortingDirection object that specifies the sort order. |
Remarks
Use the SortingInfo.Column property to specify the name of the column by whose values the result set is sorted. The SortingInfo.Table property specifies the name of the table containing the required column.
See Also