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


In This Topic
    ShowInput Property (IValidation)
    In This Topic
    Gets or sets the data validation input message will be displayed whenever the user selects a cell in the data validation range.
    Syntax
    'Declaration
     
    
    Property ShowInput As Boolean
    'Usage
     
    
    Dim instance As IValidation
    Dim value As Boolean
     
    instance.ShowInput = value
     
    value = instance.ShowInput
    bool ShowInput {get; set;}

    Property Value

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