Spread WinForms 15
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / DropDownCalendar Class / MaxDate Property


MaxDate Property (DropDownCalendar)
Gets or sets the maximum limit of the date.
Syntax
'Declaration
 
Public Property MaxDate As Nullable(Of Date)
 
'Usage
 
Dim instance As DropDownCalendar
Dim value As Nullable(Of Date)
 
instance.MaxDate = value
 
value = instance.MaxDate

Property Value

A System.DateTime value that indicates the maximum date of the calendar.
Exceptions
ExceptionDescription
The value is a null reference (Nothing in Visual Basic).
The value is less than MinDate.
Remarks
This property retrieves a maximun date value and must be greater than the MinDate.
See Also