DualBindingTSource Property |
Gets the source binding
Namespace:
Eto.Forms
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax public DirectBinding<T> Source { get; }
Public ReadOnly Property Source As DirectBinding(Of T)
Get
member Source : DirectBinding<'T> with get
Property Value
Type:
DirectBindingTSee Also