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.v18.2.Core.dll

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