ConditionRule Enum
Lists the values that specify the conditional formatting rule.
Namespace: DevExpress.Xpf.Core.ConditionalFormatting
Assembly: DevExpress.Xpf.Core.v24.2.dll
NuGet Package: DevExpress.Wpf.Core
#Declaration
#Members
Name | Description |
---|---|
None
|
The style is not applied to any cell. |
Equal
|
The style is applied to cells whose values match the Format |
Not
|
The style is applied to cells whose values do not match the Format |
Between
|
The style is applied to cells whose values fall into the range specified by the Format |
Not
|
The style is applied to cells whose values fall outside of the range specified by the Format |
Less
|
The style is applied to cells whose values are less than that specified by the Format |
Greater
|
The style is applied to cells whose values are greater than that specified by the Format |
Greater
|
The style is applied to cells whose values are greater or equal to the Format |
Less
|
The style is applied to cells whose values are less or equal to the Format |
Expression
|
The style is applied to cells for which the Format |
#Related API Members
The following properties accept/return ConditionRule values:
#Remarks
The values listed by the ConditionRule enumeration are used to set the FormatCondition.ValueRule and FormatCondition.ValueRule properties.
To learn more, see Conditional Formatting in Pivot Grid and Conditional Formatting in Grid Control.