CheckBoxListExtension Constructors
An extension object implementing the CheckBoxList functionality.| Name | Parameters | Description |
|---|---|---|
| CheckBoxListExtension(CheckBoxListSettings, ViewContext, ModelMetadata) | settings, viewContext, metadata | Initializes a new instance of the CheckBoxListExtension class with the specified settings, the context information about the view, and the model metadata. |
| CheckBoxListExtension(CheckBoxListSettings, ViewContext) | settings, viewContext | Initializes a new instance of the CheckBoxListExtension class with the specified settings and provides the context information about the view. |
| CheckBoxListExtension(CheckBoxListSettings) | settings | Initializes a new instance of the CheckBoxListExtension class with the specified settings. |
See Also