[]
        
(Showing Draft Content)

FarPoint.Win.Spread.RangeValidator.MaxValue

MaxValue Property

MaxValue

Gets or sets the upper limit of the specified value.

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

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

Exceptions
Type Condition
ArgumentOutOfRangeException

The assigned value is greater than MaxValue.