ValidationErrorMessage Property
In This Topic
Gets or sets the validation error message.
Syntax
'Declaration
Public Property ValidationErrorMessage As String
'Usage
Dim instance As FpSpread
Dim value As String
instance.ValidationErrorMessage = value
value = instance.ValidationErrorMessage
public string ValidationErrorMessage {get; set;}
Example
This example displays an error message if the data is not valid.
See Also