ObjectBindingT, TValueInnerBinding Property |
Gets the binding used to get/set the values from the
DataItem
Namespace:
Eto.Forms
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax public IndirectBinding<TValue> InnerBinding { get; }
Public ReadOnly Property InnerBinding As IndirectBinding(Of TValue)
Get
member InnerBinding : IndirectBinding<'TValue> with get
Property Value
Type:
IndirectBindingTValueSee Also