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

FormatConditionComparisonType Enum

Enumerates comparison operators used to set the FormatConditionIconSetIcon.ValueComparison property.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v18.2.dll

Declaration

public enum FormatConditionComparisonType

Members

Name Description
Greater

The Greater Than operator.

GreaterOrEqual

The Greater Than or Equal To operator.

Related API Members

The following properties accept/return FormatConditionComparisonType values:

Remarks

The values listed by this enumeration are used to set the FormatConditionIconSetIcon.ValueComparison property.

See Also