RadioButtonListSelectedKey Property |
Gets or sets the selected key of the currently selected item using the
ItemKeyBinding.
Namespace:
Eto.Forms
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax public string SelectedKey { get; set; }
Public Property SelectedKey As String
Get
Set
member SelectedKey : string with get, set
Property Value
Type:
StringThe selected key.
See Also