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