New to Telerik UI for ASP.NET AJAX? Start a free 30-day trial
Properties
Updated on May 20, 2026
SegmentedControl-specific client-side properties to read and update the selected value, size, and layout mode at runtime.
Getters
| Name | Return Type | Description |
|---|---|---|
get_items() | Object[] | Gets the array of all segment items. |
get_selectedValue() | string | Gets the value of the currently selected segment. |
get_layoutMode() | Telerik.Web.UI.RadSegmentedControlLayoutMode | Gets the current layout mode of the component. |
Setters
| Name | Parameter | Description |
|---|---|---|
set_selectedValue(value) | string | Sets the selected segment by its value. |
set_layoutMode(value) | Telerik.Web.UI.RadSegmentedControlLayoutMode | Sets the layout mode of the component. |