[]
        
(Showing Draft Content)

GrapeCity.Win.Spread.InputMan.CellType.GcTimeSpanCellType.MinValue

MinValue Property

MinValue

Gets or sets the minimum allowable value when using a spin button to change the field or value.

Declaration
[Bindable(false)]
[TypeConverter(typeof(TimeSpanExConverter))]
public TimeSpan MinValue { get; set; }
<Bindable(False)>
<TypeConverter(GetType(TimeSpanExConverter))>
Public Property MinValue As TimeSpan
Property Value
Type Description
TimeSpan

A TimeSpan value that indicates the minimum allowable value.

Exceptions
Type Condition
ArgumentOutOfRangeException

The value is greater than MaxValue or less than the default value.