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


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

    Property Value

    The minimum value.
    Example
    This example sets the MinimumValue property.
    See Also