New to KendoReactLearn about KendoReact Free.

SegmentedItemProps

Updated on Mar 13, 2026

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

NameTypeDefaultDescription

dir?

string

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

iconClassName?

string

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.

Not finding the help you need?
Contact Support