FormLayoutNestedExtensionFactory.CheckBoxList(Action<CheckBoxListSettings>) Method
Creates a CheckBoxList.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.1.dll
NuGet Package: DevExpress.Web.Mvc5
Declaration
Parameters
Name | Type | Description |
---|---|---|
settingsMethod | Action<CheckBoxListSettings> | A delegate method that accepts CheckBoxListSettings as a parameter. |
See Also