Kendo.Mvc.UI.RadioGroupItem
Defines the fluent API for configuring the RadioGroupItem settings.
Properties
CssClass
Custom class that would be set on the respective k-radio-item element.
Enabled
Defines whether the radio button is enabled or not. By default all radio buttons are enabled.
Encoded
Determines whether the radio button label content should be rendered as an HTML string or it should be encoded.
Label
Specifies the label content for the radio button.
Value
Specifies the value for the radio button.
HtmlAttributes
Collection of key-value pairs that would be used to generate the attributes attached to each k-radio-item element.
Methods
Serialize(System.Collections.Generic.IDictionary<System.String,System.Object>)
Serialize current instance to Dictionary