Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / IValidation Interface / ShowError Property


In This Topic
    ShowError Property (IValidation)
    In This Topic
    Gets or sets the data validation error message will be displayed whenever the user enters invalid data.
    Syntax
    'Declaration
     
    
    Property ShowError As Boolean
    'Usage
     
    
    Dim instance As IValidation
    Dim value As Boolean
     
    instance.ShowError = value
     
    value = instance.ShowError
    bool ShowError {get; set;}

    Property Value

    true if the data validation error message will be displayed; otherwise, false.
    See Also