IThreadSafeField.SortOrder Property
In This Article
Gets the field’s sort order.
Namespace: DevExpress.XtraPivotGrid
Assembly: DevExpress.PivotGrid.v24.2.Core.dll
NuGet Packages: DevExpress.PivotGrid.Core, DevExpress.Win.Navigation
#Declaration
PivotSortOrder SortOrder { get; }
#Property Value
Type | Description |
---|---|
Pivot |
A Pivot |
Available values:
Name | Description |
---|---|
Ascending | Sorts the field in ascending order. |
Descending | Sorts the field in descending order. |
#Remarks
The SortOrder property provides thread-safe access to the field’s PivotGridFieldBase.SortOrder property. To learn more, see PivotGridFieldBase.SortOrder.
Use the SortOrder property when handling events in asynchronous mode. For more information, see Asynchronous Mode.
See Also