Spread ASP.NET 17
FarPoint.Web.Spread.Extender Assembly / FarPoint.Web.Spread.Extender Namespace / MaskedEditValidator Class / InvalidValueMessage Property
Example


In This Topic
    InvalidValueMessage Property
    In This Topic
    Gets or sets the message displayed when invalid and TextBox has focus.
    Syntax
    'Declaration
     
    
    Public Property InvalidValueMessage As String
    'Usage
     
    
    Dim instance As MaskedEditValidator
    Dim value As String
     
    instance.InvalidValueMessage = value
     
    value = instance.InvalidValueMessage
    public string InvalidValueMessage {get; set;}

    Property Value

    The invalid value message.
    Example
    This examples sets the InvalidValueMessage property.
    See Also