Click or drag to resize

ObjectBindingT, TValueGettingNullValue Property

Gets or sets the default value to use when getting the value for this binding when the DataItem or property value is null

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public TValue GettingNullValue { get; set; }

Property Value

Type: TValue
See Also