Skip to main content

RankBindingBase.Order Property

Gets or sets the sort order required to assign a rank to each row within a partition.

Namespace: DevExpress.PivotGrid.DataBinding

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

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

Declaration

[XtraSerializableProperty]
public PivotSortOrder Order { get; set; }

Property Value

Type Description
PivotSortOrder

A PivotSortOrder enumeration member that specifies the sort order.

Available values:

Name Description
Ascending

Sorts the field in ascending order.

Descending

Sorts the field in descending order.

See Also