ViewProperty.Sorting Property
In This Article
Gets or sets the column’s sort order.
Namespace: DevExpress.Xpo
Assembly: DevExpress.Xpo.v24.2.dll
NuGet Package: DevExpress.Xpo
#Declaration
[DefaultValue(SortDirection.None)]
public SortDirection Sorting { get; set; }
#Property Value
Type | Default | Description |
---|---|---|
Sort |
None | A Sort |
Available values:
Name | Description |
---|---|
None | No sorting is performed. |
Ascending | Values are sorted in ascending order. |
Descending | Values are sorted in descending order. |
See Also