Table of Contents

Enum BindingErrorType

Namespace
Avalonia.Data
Assembly
Avalonia.Base.dll

Defines the types of binding errors for a BindingNotification.

public enum BindingErrorType

Fields

DataValidationError = 2

There was a data validation error.

Error = 1

There was a binding error.

None = 0

There was no error.