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

CheckBoxListExtension Class

An extension object implementing the CheckBoxList functionality.

Namespace: DevExpress.Web.Mvc

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

NuGet Package: DevExpress.Web.Mvc5

Declaration

public class CheckBoxListExtension :
    EditorExtension

Remarks

To declare the CheckBoxList in a View, invoke the ExtensionsFactory.CheckBoxList helper method. This method returns the CheckBoxList extension that is implemented by the CheckBoxListExtension class.

To configure the CheckBoxList extension, pass the CheckBoxListSettings object to the ExtensionsFactory.CheckBoxList helper method as a parameter. The CheckBoxListSettings object contains all the CheckBoxList extension settings.

Refer to the CheckBoxList Overview topic to learn how to add the CheckBoxList extension to your project.

Inheritance

See Also