Skip to main content

RankCalculation.RankType Property

Gets or sets the ranking type of the current RankCalculation.

Namespace: DevExpress.DashboardCommon

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

NuGet Package: DevExpress.Dashboard.Core

Declaration

[DefaultValue(RankType.Competition)]
public RankType RankType { get; set; }

Property Value

Type Default Description
RankType Competition

A RankType enumeration value that specifies the ranking type.

See Also