DocumentControlSelectedIndexBinding Property |
Namespace:
Eto.Forms
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax public BindableBinding<DocumentControl, int> SelectedIndexBinding { get; }
Public ReadOnly Property SelectedIndexBinding As BindableBinding(Of DocumentControl, Integer)
Get
member SelectedIndexBinding : BindableBinding<DocumentControl, int> with get
Property Value
Type:
BindableBindingDocumentControl,
Int32The selected index binding.
See Also