Skip to main content

PivotGridCustomFieldSortEventArgsBase<T>.SortOrder Property

Gets the sort order applied to the field.

Namespace: DevExpress.XtraPivotGrid

Assembly: DevExpress.PivotGrid.v24.2.Core.dll

NuGet Packages: DevExpress.PivotGrid.Core, DevExpress.Win.Navigation

#Declaration

public PivotSortOrder SortOrder { get; }

#Property Value

Type Description
PivotSortOrder

A PivotSortOrder enumeration value that specifies the field sort order.

Available values:

Name Description
Ascending

Sorts the field in ascending order.

Descending

Sorts the field in descending order.

#Remarks

The SortOrder property indicates the sort order (ascending or descending) applied to the field currently being processed.

See Also