Skip to main content

PivotCustomFieldSortEventArgs.SortOrder Property

Gets the sort order applied to the field.

Namespace: DevExpress.Xpf.PivotGrid

Assembly: DevExpress.Xpf.PivotGrid.v14.2.dll

#Declaration

public FieldSortOrder SortOrder { get; }

#Property Value

Type Description
FieldSortOrder

A FieldSortOrder value that represents the field's sort order.

#Remarks

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

See Also