Value Property
Gets the value.
Definition
Namespace: Avalonia.Data
Assembly: Avalonia.Base (in Avalonia.Base.dll)
- C#
- VB
- F#
public T Value { get; }
Public ReadOnly Property Value As T
Get
member Value : 'T with get
Property Value
TExceptions
InvalidOperationException | HasValue is false. |