[]
Gets or sets the maximum allowable value when changing the field or value of the control using the spin setting.
[TypeConverter(typeof(DateTimeConverter))]
public DateTime MaxDate { get; set; }
<TypeConverter(GetType(DateTimeConverter))>
Public Property MaxDate As Date
Type | Description |
---|---|
DateTime | A DateTime value that indicates the maximum allowable value. |
Type | Condition |
---|---|
ArgumentOutOfRangeException | The value is less than GrapeCity.Win.Spread.InputMan.CellType.GcDateTime.MinDate. |