ConditionRule Enum
Lists the values that specify the conditional formatting rule.
Namespace: DevExpress.Mobile.Core.ConditionalFormatting
Assembly: DevExpress.Mobile.Core.v18.2.dll
#Declaration
#Members
Name | Description |
---|---|
None
|
The format is applied to all cells of the target column. |
Equal
|
The format is applied to cells whose values match the Format |
Not
|
The format is applied to cells whose values do not match the Format |
Between
|
The format is applied to cells whose values fall into the range specified by the Format |
Not
|
The format is applied to cells whose values fall outside of the range specified by the Format |
Less
|
The format is applied to cells whose values are less than the Format |
Greater
|
The format is applied to cells whose values are greater than the Format |
Greater
|
The format is applied to cells whose values are greater or equal to the Format |
Less
|
The format is applied to cells whose values are less or equal to the Format |
Expression
|
The format is applied to cells for which the Expression |
#Related API Members
The following properties accept/return ConditionRule values:
#Remarks
Important
This documentation topic describes legacy technology. We no longer develop new functionality for the Grid
The values listed by the ConditionRule enumeration are used to set the FormatCondition.ValueRule property.