Spread Windows Forms 13.0 Product Documentation
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / DataValidations Class / DisablePrompts Property


In This Topic
    DisablePrompts Property
    In This Topic
    Gets or sets a boolean value indicates whether all data validation input prompts are disabled for the Worksheet.
    Syntax
    'Declaration
     
    Public Property DisablePrompts As Boolean
    'Usage
     
    Dim instance As DataValidations
    Dim value As Boolean
     
    instance.DisablePrompts = value
     
    value = instance.DisablePrompts
    public bool DisablePrompts {get; set;}
    See Also