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