Click or drag to resize

TabControlSelectedIndexBinding Property

Gets the binding for the SelectedIndex property.

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

Property Value

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