RadioButtonListItemKeyBinding Property |
Gets or sets the binding to get the key for each radio button.
Namespace:
Eto.Forms
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax public IIndirectBinding<string> ItemKeyBinding { get; set; }
Public Property ItemKeyBinding As IIndirectBinding(Of String)
Get
Set
member ItemKeyBinding : IIndirectBinding<string> with get, set
Property Value
Type:
IIndirectBindingStringThe key binding.
Remarks
By default, this will bind to a "Key" property, or
Key when implemented.
See Also