BindingBase.FallbackValue Property

Definition

Gets or sets the value to use instead of the default value for the property, if no specified value exists.

public object FallbackValue { get; set; }
member this.FallbackValue : obj with get, set

Property Value

The value to use instead of the default value for the property, if no specified value exists

Applies to