Back to Devexpress

GridConditionHighlightFormat Enum

aspnet-devexpress-dot-web-aed4928e.md

latest3.0 KB
Original Source

GridConditionHighlightFormat Enum

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

Declaration

csharp
public enum GridConditionHighlightFormat
vb
Public Enum GridConditionHighlightFormat

Members

NameDescriptionImage
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:

Remarks

Values listed by this enumerator are used to set the GridFormatConditionExpressionBase.Format property of a format condition.

See Also

Conditional Formatting

DevExpress.Web Namespace