ExtensionsFactory<ModelType>.CheckBoxListFor<ValueType>(Expression<Func<ModelType, ValueType>>, Action<CheckBoxListSettings>) Method
In This Article
Creates a CheckBoxList.
Namespace: DevExpress.Web.Mvc.UI
Assembly: DevExpress.Web.Mvc5.v24.2.dll
NuGet Package: DevExpress.Web.Mvc5
#Declaration
public CheckBoxListExtension CheckBoxListFor<ValueType>(
Expression<Func<ModelType, ValueType>> expression,
Action<CheckBoxListSettings> method
)
#Parameters
Name | Type | Description |
---|---|---|
expression | Expression<Func<Model |
An expression that identifies the object that contains the properties to display. |
method | Action<Check |
A delegate method that accepts Check |
#Type Parameters
Name |
---|
Value |
#Returns
Type | Description |
---|---|
Check |
A Check |
See Also