Back to Devexpress

PivotGridCustomFieldSortEventArgsBase<T>.SortOrder Property

corelibraries-devexpress-dot-xtrapivotgrid-dot-pivotgridcustomfieldsorteventargsbase-1-075a171c.md

latest1.7 KB
Original Source

PivotGridCustomFieldSortEventArgsBase<T>.SortOrder Property

Gets the sort order applied to the field.

Namespace : DevExpress.XtraPivotGrid

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

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

Declaration

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

Property Value

TypeDescription
PivotSortOrder

A PivotSortOrder enumeration value that specifies the field 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) applied to the field currently being processed.

See Also

PivotGridCustomFieldSortEventArgsBase<T> Class

PivotGridCustomFieldSortEventArgsBase<T> Members

DevExpress.XtraPivotGrid Namespace