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

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

#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