ExtensionsFactory.CheckBoxList(Action<CheckBoxListSettings>) Method
Creates a CheckBoxList.
Namespace: DevExpress.Web.Mvc.UI
Assembly: DevExpress.Web.Mvc5.v24.1.dll
NuGet Package: DevExpress.Web.Mvc5
Declaration
Parameters
Name | Type | Description |
---|---|---|
method | Action<CheckBoxListSettings> | A delegate method that accepts CheckBoxListSettings as a parameter. |
Returns
Type | Description |
---|---|
CheckBoxListExtension | A CheckBoxListExtension object implementing the CheckBoxList functionality. |
See Also