Skip to main content

DashboardFormatConditionTopBottomType Enum

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

Namespace: DevExpress.DashboardCommon

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

NuGet Package: DevExpress.Dashboard.Core

Declaration

public enum DashboardFormatConditionTopBottomType

Members

Name Description
Top

The highest values.

Bottom

The lowest values.

Remarks

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

See Also