New to KendoReactStart a free 30-day trial

Represents the properties of a single item within the SegmentedControl component.

Definition

Package:@progress/kendo-react-buttons

Properties

dir?

string

Represents the dir HTML attribute of the item button, controlling text directionality.

CSS class name applied to the icon element only when the item is selected (isSelected is true). Has no effect when itemTemplate is provided.

svgIcon?

SVGIcon

Sets an SVG icon to render inside the item using an IconWrap element. Only rendered when itemTemplate is not provided.

text?

string

Specifies the text label of the SegmentedItem. Rendered inside a <span> element. Only rendered when itemTemplate is not provided.

title?

string

Sets the title HTML attribute of the item button.

value

string

The unique identifier for the SegmentedItem. Used to match against the SegmentedControl's value to determine selection.