Skip to main content

RankOrder Enum

A rank order of the RankCalculation.

Namespace: DevExpress.DashboardCommon

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

NuGet Package: DevExpress.Dashboard.Core

Declaration

public enum RankOrder

Members

Name Description
Ascending

Values are ranked in ascending order.

Descending

Values are ranked in descending order.

Remarks

Values listed in this enumeration are used to set the RankCalculation.RankOrder property.

See Also