Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / FpSpread Class / ValidationErrorMessage Property
Example


In This Topic
    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