C1.UWP.InputPanel Assembly / C1.Xaml.InputPanel Namespace / ErrorType Enumeration

ErrorType Enumeration
Indicates the error types.
Syntax
'Declaration
 
Public Enum ErrorType 
   Inherits System.Enum
 
Members
MemberDescription
DataErrorInfoIndicates the errors coming from IDataErrorInfo.
ValidationResultIndicates the errors coming from ValidationResult.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         C1.Xaml.InputPanel.ErrorType

See Also