[]
        
(Showing Draft Content)

GrapeCity.Win.Spread.InputMan.CellType.DropDownCalendarInfo.MinDate

MinDate Property

MinDate

Gets or sets the minimum limit of the date.

Declaration
[TypeConverter(typeof(NullableDateTimeConverter))]
public DateTime? MinDate { get; set; }
<TypeConverter(GetType(NullableDateTimeConverter))>
Public Property MinDate As Date?
Property Value
Type Description
DateTime?

A DateTime value that indicates the minimum date of the calendar.

Remarks

This property retrieves a minimum date value and has to be less than the DropDownCalendar.MaxDate.

Exceptions
Type Condition
ArgumentNullException

The value is null.

ArgumentOutOfRangeException

The value is greater than DropDownCalendar.MaxDate.