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


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

    Property Value

    The minimum value message.
    See Also