[]
        
(Showing Draft Content)

GrapeCity.Win.Spread.InputMan.CellType.GcTimeSpanCellType.MaxValue

MaxValue Property

MaxValue

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

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

A TimeSpan value that indicates the maximum allowable value.

Exceptions
Type Condition
ArgumentOutOfRangeException

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