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

FormLayoutNestedExtensionFactory.CheckBoxList(Action<CheckBoxListSettings>) Method

Creates a CheckBoxList.

Namespace: DevExpress.Web.Mvc

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

Declaration

public void CheckBoxList(
    Action<CheckBoxListSettings> settingsMethod
)

Parameters

Name Type Description
settingsMethod Action<CheckBoxListSettings>

A delegate method that accepts CheckBoxListSettings as a parameter.

See Also