Click or drag to resize

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; }

Property Value

Type: IndirectBindingTValue
See Also