Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / RangeValidator Class / MaxValue Property


In This Topic
    MaxValue Property (RangeValidator)
    In This Topic
    Gets or sets the upper limit of the specified value.
    Syntax
    'Declaration
     
    
    Public Property MaxValue As Object
    'Usage
     
    
    Dim instance As RangeValidator
    Dim value As Object
     
    instance.MaxValue = value
     
    value = instance.MaxValue
    public object MaxValue {get; set;}

    Property Value

    A System.Object value that represents the upper limit of the specified value.
    Exceptions
    ExceptionDescription
    The assigned value is greater than MaxValue.
    See Also