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; }
Public Overrides Property DataValue As TValue
Get
Set
abstract DataValue : 'TValue with get, set
override DataValue : 'TValue with get, set
Property Value
Type:
TValueRemarks See Also