Back to Devexpress

RankOrder Enum

dashboard-devexpress-dot-dashboardcommon-caf49f41.md

latest1.2 KB
Original Source

RankOrder Enum

A rank order of the RankCalculation.

Namespace : DevExpress.DashboardCommon

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

NuGet Package : DevExpress.Dashboard.Core

Declaration

csharp
public enum RankOrder
vb
Public Enum RankOrder

Members

NameDescription
Ascending

Values are ranked in ascending order.

| | Descending |

Values are ranked in descending order.

|

The following properties accept/return RankOrder values:

Remarks

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

See Also

DevExpress.DashboardCommon Namespace