Skip to main content

RankCalculation.RankOrder Property

Gets or sets the ranking order of the current RankCalculation.

Namespace: DevExpress.DashboardCommon

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

NuGet Package: DevExpress.Dashboard.Core

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