[]
        
(Showing Draft Content)

FarPoint.Win.Spread.RangeValidator.MinValue

MinValue Property

MinValue

Gets or sets the lower limit of the specified value.

Declaration
[TypeConverter(typeof(ValidatorValueTypeConverter))]
public object MinValue { get; set; }
<TypeConverter(GetType(ValidatorValueTypeConverter))>
Public Property MinValue As Object
Property Value
Type Description
object

A object value that represents the lower limit of the specified value.

Exceptions
Type Condition
ArgumentOutOfRangeException

The assigned value is less than MinValue.