Click or drag to resize

DocumentControlSelectedIndexBinding Property

Gets the binding for the SelectedIndex property.

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

Property Value

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