Skip to main content

PivotGridCustomFieldSortEventArgs.SortOrder Property

Gets the sort order applied to the field.

Namespace: DevExpress.Web.ASPxPivotGrid

Assembly: DevExpress.Web.ASPxPivotGrid.v24.2.dll

NuGet Package: DevExpress.Web

#Declaration

public PivotSortOrder SortOrder { get; }

#Property Value

Type Description
PivotSortOrder

A PivotSortOrder value that represents the field’s 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) which is applied to the field currently being processed.

See Also