Kendo.Mvc.UI.RadioButton
Kendo UI RadioButton component
Fields
urlGenerator
The URL generator.
Properties
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.
Enabled
If set to false, the RadioButton will be disabled and will not allow the user to change its checked state.
Methods
WriteInitializationScript(System.IO.TextWriter)
Writes the initialization script.
Parameters
writer System.IO.TextWriter
The TextWriter.
WriteHtml(System.Web.UI.HtmlTextWriter)
Writes the HTML.
Parameters
writer System.Web.UI.HtmlTextWriter
The HtmlTextWriter.