BindingNotification.

Value Property

Summary

Gets the value that should be passed to the target when HasValue is true.
Namespace
Avalonia.Data
Containing Type
BindingNotification

Syntax

public object Value { get; }

Remarks

If this property is read when HasValue is false then it will return UnsetValue.

Value

Type Description
object