ExpressionConditionalFormatting.Condition Property
Gets or sets a relational operator used in the conditional formatting rule.
Namespace: DevExpress.Spreadsheet
Assembly: DevExpress.Spreadsheet.v25.1.Core.dll
NuGet Package: DevExpress.Spreadsheet.Core
Declaration
Property Value
| Type | Description |
|---|---|
| ConditionalFormattingExpressionCondition | One of ConditionalFormattingExpressionCondition enumeration values. |
Available values:
| Name | Description |
|---|---|
| EqualTo | Formats cells whose values are equal to a specified value. |
| UnequalTo | Formats cells whose values are not equal to a specified value. |
| LessThan | Formats cells whose values are less than a specified value. |
| LessThanOrEqual | Formats cells whose values are less than or equal to a specified value. |
| GreaterThan | Formats cells whose values are greater than a specified value. |
| GreaterThanOrEqual | Formats cells whose values are greater than or equal to a specified value. |
See Also