Skip to main content
A newer version of this page is available. .

DashboardFormatConditionTopBottomType Enum

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

Namespace: DevExpress.DashboardCommon

Assembly: DevExpress.Dashboard.v19.1.Core.dll

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