Click or drag to resize

DelegateBindingTValueDataValue Property

Gets or sets the value of this binding

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

Property Value

Type: TValue
The data value.
See Also