Spread Windows Forms 17
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
    public DropDownCalendarInfo DropDownCalendar {get;}

    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