Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / RangeValidator Class / MinValue Property


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

    Property Value

    A System.Object value that represents the lower limit of the specified value.
    Exceptions
    ExceptionDescription
    The assigned value is less than MinValue.
    See Also