MVCxCheckBox Constructors
The object of this type represents a configured instance of the corresponding extension and is intended to be used mainly as a sender parameter when processing events on the server side.Name | Parameters | Description |
---|---|---|
MVCxCheckBox() | none | Initializes a new instance of the MVCxCheckBox class with default settings. |
MVCxCheckBox(ViewContext, ModelMetadata) | viewContext, metadata | Initializes a new instance of the MVCxCheckBox class with the context information about the view and the model metadata. |
See Also