Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / IValidation Interface / InputMessage Property


In This Topic
    InputMessage Property (IValidation)
    In This Topic
    Gets or sets the data validation input message.
    Syntax
    'Declaration
     
    
    Property InputMessage As String
    'Usage
     
    
    Dim instance As IValidation
    Dim value As String
     
    instance.InputMessage = value
     
    value = instance.InputMessage
    string InputMessage {get; set;}

    Property Value

    A System.String value represents the data validation input message.
    See Also