SegmentedControlItemBuilder

Methods

Enabled(System.Boolean)

Configures whether an individual button can be enabled or disabled.

Parameters

value - System.Boolean

The value that configures the enabled.

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 that configures the icon.

IconClass(System.String)

If set, value will be appended to the icon's element class attribute.

Parameters

value - System.String

The value that configures the iconclass.

Text(System.String)

If set, the text will be rendered as the button label.

Parameters

value - System.String

The value that configures the text.

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 that configures the value.