InputPanel for UWP | ComponentOne
C1.UWP.InputPanel Assembly / C1.Xaml.InputPanel Namespace / ErrorType Enumeration

In This Topic
    ErrorType Enumeration
    In This Topic
    Indicates the error types.
    Syntax
    'Declaration
     
    Public Enum ErrorType 
       Inherits System.Enum
    public enum ErrorType : 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