ListControlSelectedValueBinding Property |
Namespace:
Eto.Forms
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax public BindableBinding<ListControl, Object> SelectedValueBinding { get; }
Public ReadOnly Property SelectedValueBinding As BindableBinding(Of ListControl, Object)
Get
member SelectedValueBinding : BindableBinding<ListControl, Object> with get
Property Value
Type:
BindableBindingListControl,
ObjectThe selected value binding.
See Also