GridViewFormatConditionHighlight.CellStyle Property
In This Article
Gets the style settings defining the custom conditional formatting applied to cells.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public GridViewCellStyle CellStyle { get; }
#Property Value
Type | Description |
---|---|
Grid |
A Grid |
#Remarks
When the GridFormatConditionExpressionBase.Format property is set to Custom and the GridViewFormatConditionHighlight.ApplyToRow 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
See Also