Skip to main content
A newer version of this page is available. .

FormLayoutNestedExtensionFactory.CheckBox(Action<CheckBoxSettings>) Method

Creates a CheckBox.

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc5.v19.2.dll

Declaration

public void CheckBox(
    Action<CheckBoxSettings> settingsMethod
)

Parameters

Name Type Description
settingsMethod Action<CheckBoxSettings>

A delegate method that accepts CheckBoxSettings as a parameter.

See Also