Skip to main content

GridViewFormatConditionHighlightBuilder.ApplyToRow(Boolean) Method

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

Namespace: DevExpress.AspNetCore.Bootstrap

Assembly: DevExpress.AspNetCore.Bootstrap.v18.2.dll

Declaration

public GridViewFormatConditionHighlightBuilder ApplyToRow(
    bool applyToRow
)

Parameters

Name Type
applyToRow Boolean

Returns

Type
GridViewFormatConditionHighlightBuilder

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