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