Click or drag to resize

RadioButtonListSelectedIndex Property

Gets or sets the index of the selected item.

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

Property Value

Type: Int32
The index of the selected item.
See Also