Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / DataValidation Class / ShowError Property


In This Topic
    ShowError Property (DataValidation)
    In This Topic
    Gets or sets a value indicating whether to display the error alert message when an invalid value has been entered, according to the criteria specified.
    Syntax
    'Declaration
     
    
    Public Property ShowError As Boolean
    'Usage
     
    
    Dim instance As DataValidation
    Dim value As Boolean
     
    instance.ShowError = value
     
    value = instance.ShowError
    public bool ShowError {get; set;}

    Property Value

    true if display the error alert message; otherwise, false.
    See Also