Skip to main content

FormLayoutNestedExtensionFactory.CheckBoxList(Action<CheckBoxListSettings>) Method

Creates a CheckBoxList.

Namespace: DevExpress.Web.Mvc

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

NuGet Package: DevExpress.Web.Mvc5

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