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