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


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

    Property Value

    The maximum value message.
    See Also