BuilderFactoryExtensions.BootstrapCheckBoxListFor<TModel, TResult>(BuilderFactory<TModel>, Expression<Func<TModel, TResult>>) Method
Creates a strongly-typed Check Box List control.
Namespace: DevExpress.AspNetCore
Assembly: DevExpress.AspNetCore.Bootstrap.v18.2.dll
Declaration
public static BootstrapCheckBoxListBuilder BootstrapCheckBoxListFor<TModel, TResult>(
this BuilderFactory<TModel> builderFactory,
Expression<Func<TModel, TResult>> expression
)
Parameters
Name | Type | Description |
---|---|---|
builderFactory | BuilderFactory<TModel> | A BuilderFactory object providing access to Check Box List settings. |
expression | Expression<Func<TModel, TResult>> | An expression that identifies the object that contains the properties to display. |
Type Parameters
Name | Description |
---|---|
TModel | A model type. |
TResult | A result type. |
Returns
Type | Description |
---|---|
BootstrapCheckBoxListBuilder | A builder for a Check Box List control. |
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