Back to Devexpress

CheckBoxListExtension Class

aspnetmvc-devexpress-dot-web-dot-mvc-5a207349.md

latest3.9 KB
Original Source

CheckBoxListExtension Class

An extension object implementing the CheckBoxList functionality.

Namespace : DevExpress.Web.Mvc

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

NuGet Package : DevExpress.Web.Mvc5

Declaration

csharp
public class CheckBoxListExtension :
    EditorExtension
vb
Public Class CheckBoxListExtension
    Inherits EditorExtension

The following members return CheckBoxListExtension objects:

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

Object ExtensionBase EditorExtension CheckBoxListExtension

See Also

CheckBoxListExtension Members

CheckBoxList

CheckBoxListSettings

DevExpress.Web.Mvc Namespace