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

NuGet Packages: DevExpress.Dashboard.Core, DevExpress.WindowsDesktop.Dashboard.Core

Declaration

public enum DashboardFormatConditionComparisonType

Members

Name Description
Greater

The Greater Than operator.

GreaterOrEqual

The Greater Than or Equal To operator.

Remarks

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

See Also