ComponentOne CalendarView for WinForms
C1.Win.C1Input Namespace / PreValidationEventArgs Class / ErrorInfo Property

In This Topic
    ErrorInfo Property (PreValidationEventArgs)
    In This Topic
    Error information in case of validation failure. Can be set in event code in PreValidating.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property ErrorInfo As ErrorInfo
    public ErrorInfo ErrorInfo {get;}
    See Also