[]
        
(Showing Draft Content)

GrapeCity.Win.Spread.InputMan.CellType.DropDownCalendarInfo.MaxDate

MaxDate Property

MaxDate

Gets or sets the maximum limit of the date.

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

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

Remarks

This property retrieves a maximum date value and has to be greater than the DropDownCalendar.MinDate.

Exceptions
Type Condition
ArgumentNullException

The value is null.

ArgumentOutOfRangeException

The value is less than DropDownCalendar.MinDate.