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