Click or drag to resize

RadioButtonListSelectedValue Property

Gets or sets the selected value, which is the ListItem or object in your custom data store.

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

Property Value

Type: Object
The selected value.
See Also