BindingErrorType Enum

Summary

Defines the types of binding errors for a BindingNotification.
Namespace
Avalonia.Data
Interfaces
  • IComparable
  • IFormattable
  • IConvertible
Base Types
  • object
  • ValueType
  • Enum
graph BT Type-->Base0["Enum"] Base0-->Base1["ValueType"] Base1-->Base2["object"] Type-.->Interface0["IComparable"] Type-.->Interface1["IFormattable"] Type-.->Interface2["IConvertible"] Type["BindingErrorType"] class Type type-node

Syntax

public enum BindingErrorType

Fields

Name Constant Value Summary
DataValidationError 2
There was a data validation error.
static
Error 1
There was a binding error.
static
None 0
There was no error.
static

Extension Methods