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


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

Property Value

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