BuilderFactoryExtensions.BootstrapRadioButtonListFor<TModel, TResult>(BuilderFactory<TModel>, Expression<Func<TModel, TResult>>) Method
Creates a strongly-typed Radio Button List control.
Namespace: DevExpress.AspNetCore
Assembly: DevExpress.AspNetCore.Bootstrap.v18.2.dll
Declaration
public static BootstrapRadioButtonListBuilder BootstrapRadioButtonListFor<TModel, TResult>(
this BuilderFactory<TModel> builderFactory,
Expression<Func<TModel, TResult>> expression
)
Parameters
Name | Type | Description |
---|---|---|
builderFactory | BuilderFactory<TModel> | A BuilderFactory object providing access to Radio Button 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 |
---|---|
BootstrapRadioButtonListBuilder | A builder for a Radio Button 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