ComponentOne CalendarView for WinForms
C1.Win.C1Input Namespace / FormatEventArgs Class / ErrorMessage Property

In This Topic
    ErrorMessage Property (FormatEventArgs)
    In This Topic
    The out parameter for specifying error description if Succeeded is set to False.
    Syntax
    'Declaration
     
    
    Public Property ErrorMessage As String
    public string ErrorMessage {get; set;}
    See Also