Skip to main content
Tab

GridConditionHighlightFormat Enum

Lists values that specify the format applied to cells by the GridViewFormatConditionHighlight condition.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public enum GridConditionHighlightFormat

Members

Name Description Image
LightRedFillWithDarkRedText

A cell background is light red, a text is dark red.

Format - LightRedFillWithDarkRedText

YellowFillWithDarkYellowText

A cell background is yellow, a text is dark yellow.

Format - YellowFillWithDarkYellowText

GreenFillWithDarkGreenText

A cell background is light green, a text is dark green.

Format - GreenFillWithDarkGreenText

LightRedFill

A cell background is light red.

Format - LightRedFill

LightGreenFill

A cell background is light green.

Format - LightGreenFill

RedText

A cell text is red.

Format - RedText

GreenText

A cell text is green.

Format - GreenText

BoldText

A cell text is bold.

Format - BoldText

ItalicText

A cell text is italic.

Format - ItalicText

StrikethroughText

A cell text is stricken through.

Format - StrikethroughText

Custom

A cell formatting is specified by the CellStyle, CardStyle, RowStyle, or LayoutItemStyle property.

Related API Members

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