SegmentedControlItemBuilder
Methods
Enabled(System.Boolean)
Configures whether an individual button can be enabled or disabled.
Parameters
value - System.Boolean
The value for Enabled
RETURNS
Returns the current SegmentedControlItemBuilder instance.
Icon(System.String)
Defines the name for an existing icon in a Kendo UI theme or SVG content. The icon is rendered inside the button.
Parameters
value - System.String
The value for Icon
RETURNS
Returns the current SegmentedControlItemBuilder instance.
IconClass(System.String)
If set, value will be appended to the icon's element class attribute.
Parameters
value - System.String
The value for IconClass
RETURNS
Returns the current SegmentedControlItemBuilder instance.
Text(System.String)
If set, the text will be rendered as the button label.
Parameters
value - System.String
The value for Text
RETURNS
Returns the current SegmentedControlItemBuilder instance.
Value(System.String)
Specifies the value that will act as an identifier for the button. Will be supplemented as a data-value attribute.
Parameters
value - System.String
The value for Value
RETURNS
Returns the current SegmentedControlItemBuilder instance.