Skip to main content

RankCalculation.RankOrder Property

Gets or sets the ranking order of the current RankCalculation.

Namespace: DevExpress.DashboardCommon

Assembly: DevExpress.Dashboard.v24.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.

Available values:

Name Description
Ascending

Values are ranked in ascending order.

Descending

Values are ranked in descending order.

See Also