RankCalculation.RankType Property
Gets or sets the ranking type of the current RankCalculation.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v20.2.Core.dll
Declaration
[DefaultValue(RankType.Competition)]
public RankType RankType { get; set; }
<DefaultValue(RankType.Competition)>
Public Property RankType As RankType
Property Value
Type | Default | Description |
---|---|---|
RankType | Competition |
A RankType enumeration value that specifies the ranking type. |
See Also
Feedback