Kendo.Mvc.UI.RadioButton
Kendo UI RadioButton component
Properties
Enabled
If set to false, the RadioButton will be disabled and will not allow the user to change its checked state.
Checked
The checked state of the RadioButton.
Encoded
Determines whether the radio label content should be rendered as an HTML string or it should be encoded.
Label
Specifies the label content for the radio.
Size
Sets a value controlling the size of the component.
Methods
WriteHtml(System.IO.TextWriter)
Writes the HTML.
WriteInitializationScript(System.IO.TextWriter)
Writes the initialization script.
Parameters
writer System.IO.TextWriter
The TextWriter.
SerializeSettings
Serialize current instance to Dictionary