Skip to main content

BootstrapGridViewEditorCssClassesBuilder.IconCheckColumnChecked(String) Method

The CSS class of an icon displayed by a BootstrapGridViewCheckColumnBuilder‘s cell in the checked state.

Namespace: DevExpress.AspNetCore.Bootstrap

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

Declaration

public BootstrapGridViewEditorCssClassesBuilder IconCheckColumnChecked(
    string iconCheckColumnChecked
)

Parameters

Name Type
iconCheckColumnChecked String

Returns

Type
BootstrapGridViewEditorCssClassesBuilder

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