[]
        
(Showing Draft Content)

FarPoint.Win.Spread.RangeValidator.MinValue

MinValue Property

MinValue

Gets or sets the lower limit of the specified value.

Declaration
[TypeConverter(typeof(_abc))]
public object MinValue { get; set; }
<TypeConverter(GetType(_abc))>
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.