Skip to main content
A newer version of this page is available. .
Tab

GridConditionHighlightFormat Enum

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

Declaration

public enum GridConditionHighlightFormat

Members

Name Description
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.

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