DelegateBindingT, TValueDefaultGetValue Property |
Gets or sets the default get value, when the object instance is null.
Namespace:
Eto.Forms
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax public TValue DefaultGetValue { get; set; }
Public Property DefaultGetValue As TValue
Get
Set
member DefaultGetValue : 'TValue with get, set
Property Value
Type:
TValueThe default get value.
See Also