Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

RankBinding.RankType Property

Gets or sets the rank type.

Namespace: DevExpress.Xpf.PivotGrid

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

NuGet Package: DevExpress.Wpf.PivotGrid

#Declaration

public RankType RankType { get; set; }

#Property Value

Type Description
RankType

A RankType enumeration member that specifies the rank type.

Available values:

Name Description
Competition

Equal values receive the same ranking number, and a gap occurs in the ranking numbers.

Dense

Equal values receive the same ranking number, and the next item receives the following ranking number. No gap is left in ranking numbers.

Unique

Equal values receive distinct ordinal ranking numbers according to the order in which the values follow each other.

Modified

Equal values receive the same ranking number, and a gap occurs in the ranking numbers before the equal-ranking items.

Percentile

The rank is the percentage of values that are equal to or higher (if the order is descending), or equal to or lower (if the order is ascending) than the current value.

See Also