Click or drag to resize

SegmentedButtonSelectedIndexes Property

Gets or sets the selected indexes.

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public IEnumerable<int> SelectedIndexes { get; set; }

Property Value

Type: IEnumerableInt32
The selected indexes.
Remarks
You can only set selected indexes based on the current value of SelectionMode. For Multiple, any combination of indexes can be selected. For Single, only a single index will be selected. Setting multiple indexes in this mode will only result in a single index being selected. For None, no indexes can be selected.
See Also