Back to Devexpress

RankType Enum

dashboard-devexpress-dot-dashboardcommon-10dc78e1.md

latest1.3 KB
Original Source

RankType Enum

A rank type of the RankCalculation.

Namespace : DevExpress.DashboardCommon

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

NuGet Package : DevExpress.Dashboard.Core

Declaration

csharp
public enum RankType
vb
Public Enum RankType

Members

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

|

The following properties accept/return RankType values:

Remarks

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

See Also

DevExpress.DashboardCommon Namespace