DelegateBindingTValueGetValue Property |
Gets or sets the delegate to get the value for this binding.
Namespace:
Eto.Forms
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax public Func<TValue> GetValue { get; set; }
Public Property GetValue As Func(Of TValue)
Get
Set
member GetValue : Func<'TValue> with get, set
Property Value
Type:
FuncTValueThe get value delegate.
See Also