SortingColumn.Direction Property
In This Article
Gets or sets the column’s sort order.
Namespace: DevExpress.Xpo.DB
Assembly: DevExpress.Data.v24.2.dll
NuGet Package: DevExpress.Data
#Declaration
public SortingDirection Direction { get; set; }
#Property Value
Type | Description |
---|---|
Sorting |
A Sorting |
Available values:
Name | Description |
---|---|
Ascending | A property (column) is sorted in ascending order. |
Descending | A property (column) is sorted in descending order. |
See Also