Back to Devexpress

RankBindingBase.RankType Property

corelibraries-devexpress-dot-pivotgrid-dot-databinding-dot-rankbindingbase.md

latest2.5 KB
Original Source

RankBindingBase.RankType Property

Gets or sets the rank type.

Namespace : DevExpress.PivotGrid.DataBinding

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

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

Declaration

csharp
[DefaultValue(RankType.Competition)]
public RankType RankType { get; set; }
vb
<DefaultValue(RankType.Competition)>
Public Property RankType As RankType

Property Value

TypeDefaultDescription
RankTypeCompetition

A RankType enumeration member that specifies the rank type.

|

Available values:

NameDescriptionExample
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

RankBindingBase Class

RankBindingBase Members

DevExpress.PivotGrid.DataBinding Namespace