ExtensionsFactory.CheckBoxList(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 CheckBoxList(
Action<CheckBoxListSettings> method
)
#Parameters
Name | Type | Description |
---|---|---|
method | Action<Check |
A delegate method that accepts Check |
#Returns
Type | Description |
---|---|
Check |
A Check |
See Also