[]
        
(Showing Draft Content)

GrapeCity.Win.Spread.InputMan.CellType.DropDownCalendar.MinDate

MinDate Property

MinDate

Gets or sets the minimum limit of the date.

Declaration
[Browsable(true)]
[TypeConverter(typeof(NullableDateTimeConverter))]
public DateTime? MinDate { get; set; }
<Browsable(True)>
<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 must be less than the MaxDate.

Exceptions
Type Condition
ArgumentNullException

The value is null.

ArgumentOutOfRangeException

The value is greater than MaxDate.