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

DashboardFormatConditionComparisonType Enum

Lists values used to specify the comparison logic used to apply conditional formatting.

Namespace: DevExpress.DashboardCommon

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

Declaration

public enum DashboardFormatConditionComparisonType

Members

Name Description
Greater

The Greater Than operator.

GreaterOrEqual

The Greater Than or Equal To operator.

Related API Members

The following properties accept/return DashboardFormatConditionComparisonType values:

Remarks

Values listed in this enumeration are used in the following members.

See Also