Skip to main content
A newer version of this page is available. .

RankCalculation.RankOrder Property

Gets or sets the ranking order of the current RankCalculation.

Namespace: DevExpress.DashboardCommon

Assembly: DevExpress.Dashboard.v19.1.Core.dll

Declaration

[DefaultValue(RankOrder.Ascending)]
public RankOrder RankOrder { get; set; }

Property Value

Type Default Description
RankOrder **Ascending**

A RankOrder enumeration value that specifies the ranking order.

See Also