Click or drag to resize

SegmentedButtonSelectedItem Property

Gets or sets the selected item, or null for no selection.

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public SegmentedItem SelectedItem { get; set; }

Property Value

Type: SegmentedItem
The selected item, null when nothing is selected.
Remarks
This works when SelectionMode is either single or multiple. When setting this value in multiple selection mode, all other selected items will be cleared.
See Also