Share via


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:
 property System::Object ^ FallbackValue { System::Object ^ get(); void set(System::Object ^ value); };
public object FallbackValue { get; set; }
member this.FallbackValue : obj with get, set
Public Property FallbackValue As Object

Property Value

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

Applies to