DelegateBindingT, TValueGetValue 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<T, TValue> GetValue { get; set; }
Public Property GetValue As Func(Of T, TValue)
Get
Set
member GetValue : Func<'T, 'TValue> with get, set
Property Value
Type:
FuncT,
TValueThe get value delegate.
See Also