aspnet-devexpress-dot-web-aed4928e.md
Lists values that specify the format applied to cells by the GridViewFormatConditionHighlight condition.
Namespace : DevExpress.Web
Assembly : DevExpress.Web.v25.2.dll
NuGet Package : DevExpress.Web
public enum GridConditionHighlightFormat
Public Enum GridConditionHighlightFormat
| Name | Description | Image |
|---|---|---|
LightRedFillWithDarkRedText |
A cell background is light red, a text is dark red.
|
|
| YellowFillWithDarkYellowText |
A cell background is yellow, a text is dark yellow.
|
|
| GreenFillWithDarkGreenText |
A cell background is light green, a text is dark green.
|
|
| LightRedFill |
A cell background is light red.
|
|
| LightGreenFill |
A cell background is light green.
|
|
| RedText |
A cell text is red.
|
|
| GreenText |
A cell text is green.
|
|
| BoldText |
A cell text is bold.
|
|
| ItalicText |
A cell text is italic.
|
|
| StrikethroughText |
A cell text is stricken through.
|
|
| Custom |
A cell formatting is specified by the CellStyle , CardStyle , RowStyle , or LayoutItemStyle property.
| |
The following properties accept/return GridConditionHighlightFormat values:
Values listed by this enumerator are used to set the GridFormatConditionExpressionBase.Format property of a format condition.
See Also