BindingBase.

TargetNullValue Property

Summary

Gets or sets the value to use when the binding result is null.
Namespace
Avalonia.Data
Containing Type
BindingBase

Syntax

public object? TargetNullValue { get; set; }

Value

Type Description
object?