[]
Gets or sets the maximum allowable value when using the spin button to change the field or value.
[Bindable(false)]
[TypeConverter(typeof(TimeSpanExConverter))]
public TimeSpan MaxValue { get; set; }
<Bindable(False)>
<TypeConverter(GetType(TimeSpanExConverter))>
Public Property MaxValue As TimeSpan
Type | Description |
---|---|
TimeSpan | A TimeSpan value that indicates the maximum allowable value. |
Type | Condition |
---|---|
ArgumentOutOfRangeException | The value is less than MinValue or greater than the default value. |