FlexGrid for WinForms | ComponentOne
C1.Win.C1FlexGrid Namespace / CompareRule Class / ErrorMessage Property

In This Topic
    ErrorMessage Property (CompareRule)
    In This Topic
    Gets or sets an error message to associate with a validation control if validation fails.
    Syntax
    'Declaration
     
    
    Public Property ErrorMessage As String
    public string ErrorMessage {get; set;}
    See Also