Calendar for WinForms | ComponentOne
C1.Win.Input.Formating Namespace / FormatEventArgs Class / ErrorMessage Property

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