New to Kendo UI for Angular? Start a free 30-day trial
Disabled Items
Updated on Mar 26, 2026
You can disable individual items in the SegmentedControl to prevent user interaction.
To disable a specific item, set its disabled property to true in the items collection. Disabled items cannot be selected and do not respond to clicks.
The following example demonstrates how to disable individual items in the SegmentedControl.
Change Theme
Theme
Loading ...