Click or drag to resize

ObjectBindingT, TValueDataValue Property

Gets or sets the value of this binding on the bound object

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public override TValue DataValue { get; set; }

Property Value

Type: TValue
Remarks
This uses the InnerBinding on the DataItem to get/set the value
See Also