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


In This Topic
    MaximumValue Property (MaskedEditValidator)
    In This Topic
    Gets or sets the maximum value.
    Syntax
    'Declaration
     
    
    Public Property MaximumValue As String
    'Usage
     
    
    Dim instance As MaskedEditValidator
    Dim value As String
     
    instance.MaximumValue = value
     
    value = instance.MaximumValue
    public string MaximumValue {get; set;}

    Property Value

    The maximum value.
    Example
    This example sets the MaximumValue property.
    See Also