Value 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)
- C#
- VB
- F#
public Object? Value { get; }
Public ReadOnly Property Value As Object
Get
member Value : Object with get
Property Value
ObjectRemarks
If this property is read when HasValue is false then it will return UnsetValue.