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


In This Topic
DropDownCalendar Property (GcDateTime)
In This Topic
Gets the settings for the drop-down calendar.
Syntax
'Declaration
 
Public ReadOnly Property DropDownCalendar As DropDownCalendar
 
'Usage
 
Dim instance As GcDateTime
Dim value As DropDownCalendar
 
value = instance.DropDownCalendar

Property Value

A DropDownCalendar instance that indicates the settings for the drop-down calendar.
Remarks
The drop-down calendar control can be customized by setting this DropDownCalendar property.
See Also