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

GridViewFormatConditionHighlight.RowStyle Property

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

public GridViewRowStyle RowStyle { get; }

Property Value

Type Description
GridViewRowStyle

A GridViewRowStyle object that contains the style settings.

Remarks

When the GridFormatConditionExpressionBase.Format property is set to Custom and the GridViewFormatConditionHighlight.ApplyToRow property is set to true, use the RowStyle property to specify the style settings that are applied to a row whose cell’s value meets the condition specified by the GridFormatConditionHighlight.Rule property.

Online Demo

Conditional Formatting

See Also