Back to Devexpress

PivotGridCustomFieldSortEventArgs.SortOrder Property

aspnet-devexpress-dot-web-dot-aspxpivotgrid-dot-pivotgridcustomfieldsorteventargs.md

latest1.6 KB
Original Source

PivotGridCustomFieldSortEventArgs.SortOrder Property

Gets the sort order applied to the field.

Namespace : DevExpress.Web.ASPxPivotGrid

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

NuGet Package : DevExpress.Web

Declaration

csharp
public PivotSortOrder SortOrder { get; }
vb
Public ReadOnly Property SortOrder As PivotSortOrder

Property Value

TypeDescription
PivotSortOrder

A PivotSortOrder value that represents the field’s sort order.

|

Available values:

NameDescription
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

PivotGridCustomFieldSortEventArgs Class

PivotGridCustomFieldSortEventArgs Members

DevExpress.Web.ASPxPivotGrid Namespace