Back to Devexpress

RankType Enum

wpf-devexpress-dot-xpf-dot-pivotgrid-d68ca4c3.md

latest1.5 KB
Original Source

RankType Enum

Lists rank types.

Namespace : DevExpress.Xpf.PivotGrid

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

NuGet Package : DevExpress.Wpf.PivotGrid

Declaration

csharp
public enum RankType
vb
Public Enum RankType

Members

NameDescription
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.

|

The following properties accept/return RankType values:

See Also

DevExpress.Xpf.PivotGrid Namespace