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