Click or drag to resize

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; }

Property Value

Type: FuncTValue
The get value delegate.
See Also