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

VerticalGridFormatConditionTopBottom.ApplyToRecord Property

Specifies whether conditional formatting is applied to a particular cell or to a whole record.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

[DefaultValue(false)]
public bool ApplyToRecord { get; set; }

Property Value

Type Default Description
Boolean **false**

true to apply the style settings to a record; false to apply the style settings to a cell.

Remarks

When a cell value meets the condition specified by the GridFormatConditionTopBottom.Rule property, a format specified by the GridFormatConditionExpressionBase.Format property is applied to the cell.

Set the ApplyToRecord property to true to apply the format to the whole record containing the cell.

Online Demo

Conditional Formatting

See Also