GridConditionRule Enum
Lists values that specify the format condition rule applied to cells by the GridViewFormatConditionHighlight condition.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
#Members
Name | Description |
---|---|
None
|
Cell highlighting is disabled. |
Equal
|
Highlight cells whose values are equal to the value specified by the Grid |
Not
|
Highlight cells whose values are not equal to the value specified by the Grid |
Between
|
Highlight cells whose values are between values specified by the Grid |
Not
|
Highlight cells whose values are not between values specified by the Grid |
Less
|
Highlight cells whose values are less than the value specified by the Grid |
Greater
|
Highlight cells whose values are greater than the value specified by the Grid |
Greater
|
Highlight cells whose values are greater than or equal to the value specified by the Grid |
Less
|
Highlight cells whose values are less than or equal to the value specified by the Grid |
Expression
|
Highlight cells whose values fit the expression specified by the Grid |
#Related API Members
The following properties accept/return GridConditionRule values:
#Remarks
Values listed by this enumerator are used to set the GridFormatConditionHighlight.Rule property of a format condition.