FallbackValue Property
Gets or sets the value to use when the binding is unable to produce a value.
Definition
Namespace: Avalonia.Data
Assembly: Avalonia.Markup (in Avalonia.Markup.dll)
- C#
- VB
- F#
public Object? FallbackValue { get; set; }
Public Property FallbackValue As Object
Get
Set
member FallbackValue : Object with get, set