BindingNotificationValue Property

Gets the value that should be passed to the target when HasValue is true.

Definition

Namespace: Avalonia.Data
Assembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
public Object? Value { get; }

Property Value

Object

Remarks

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

See Also