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