Skip to main content

DashboardFormatConditionTopBottomType Enum

Lists values used to apply conditional formatting to top/bottom values.

Namespace: DevExpress.DashboardCommon

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

NuGet Package: DevExpress.Dashboard.Core

#Declaration

public enum DashboardFormatConditionTopBottomType

#Members

Name Description
Top

The highest values.

Bottom

The lowest values.

#Related API Members

The following properties accept/return DashboardFormatConditionTopBottomType values:

#Remarks

Values listed in this enumeration are used to set the FormatConditionTopBottom.TopBottom property.

See Also