Skip to main content

GridConditionHighlightFormat Enum

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

Namespace: DevExpress.AspNetCore

Assembly: DevExpress.AspNetCore.Bootstrap.v18.2.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.

Remarks

IMPORTANT

Bootstrap Controls for ASP.NET Core are in maintenance mode. We don’t add new controls or develop new functionality for this product line. Our recommendation is to use the ASP.NET Core Controls suite.

See Also