Skip to main content
A newer version of this page is available. .

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.v20.2.Core.dll

NuGet Packages: DevExpress.PivotGrid.Core, DevExpress.WindowsDesktop.PivotGrid.Core

Declaration

[DefaultValue(PivotSortOrder.Descending)]
public PivotSortOrder Order { get; set; }

Property Value

Type Default Description
PivotSortOrder **Descending**

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