ErrorType Property
Gets the type of error that Error represents, if any.
Definition
Namespace: Avalonia.Data
Assembly: Avalonia.Base (in Avalonia.Base.dll)
- C#
- VB
- F#
public BindingErrorType ErrorType { get; set; }
Public Property ErrorType As BindingErrorType
Get
Set
member ErrorType : BindingErrorType with get, set