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; }
Public Property GettingNullValue As TValue
Get
Set
member GettingNullValue : 'TValue with get, set
Property Value
Type:
TValueSee Also