ComponentOne InputPanel for WPF
ErrorType Enumeration

C1.WPF.InputPanel.4 Assembly > C1.WPF.InputPanel Namespace : ErrorType Enumeration
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.WPF.InputPanel.ErrorType

See Also

Reference

C1.WPF.InputPanel Namespace