FormatConditionComparisonType Enum
Enumerates comparison operators used to set the FormatConditionIconSetIcon.ValueComparison property.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.XtraEditors.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
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