Spread Windows Forms 12.0 Product Documentation
InputMessage Property


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet Namespace > IValidation Interface : InputMessage Property
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

Reference

IValidation Interface
IValidation Members