ExtensionsFactory.CheckBox(Action<CheckBoxSettings>) Method
In This Article
Creates a CheckBox.
Namespace: DevExpress.Web.Mvc.UI
Assembly: DevExpress.Web.Mvc5.v24.2.dll
NuGet Package: DevExpress.Web.Mvc5
#Declaration
public CheckBoxExtension CheckBox(
Action<CheckBoxSettings> method
)
#Parameters
Name | Type | Description |
---|---|---|
method | Action<Check |
A delegate method that accepts Check |
#Returns
Type | Description |
---|---|
Check |
A Check |
See Also