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

    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