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

VerticalGridFormatConditionHighlight.CellStyle Property

Gets the style settings defining the custom conditional formatting applied to cells.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

Declaration

public VerticalGridStyle CellStyle { get; }

Property Value

Type Description
VerticalGridStyle

A VerticalGridStyle object that contains the style settings.

Remarks

When the GridFormatConditionExpressionBase.Format property is set to Custom and the VerticalGridFormatConditionHighlight.ApplyToRecord property is set to false, use the CellStyle property to specify the style settings that are applied to a cell whose value meets the condition specified by the GridFormatConditionHighlight.Rule property.

Online Demo

Conditional Formatting

See Also