Click or drag to resize

ListControlSelectedIndexBinding Property

Gets the binding to the SelectedIndex property.

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public BindableBinding<ListControl, int> SelectedIndexBinding { get; }

Property Value

Type: BindableBindingListControl, Int32
The selected index binding.
See Also