Skip to main content

RankType Enum

A rank type of the RankCalculation.

Namespace: DevExpress.DashboardCommon

Assembly: DevExpress.Dashboard.v24.2.Core.dll

NuGet Package: DevExpress.Dashboard.Core

#Declaration

public enum RankType

#Members

Name Description
Unique

Identifies the unique ranking.

Competition

Identifies the competition ranking.

Dense

Identifies the dense ranking.

Modified

Identifies the modified competition ranking.

Percentile

Identifies the percentile ranking.

#Related API Members

The following properties accept/return RankType values:

#Remarks

Values listed in this enumeration are used to set the RankCalculation.RankType property.

See Also