Spread Windows Forms 15.0
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / DropDownCalendar Class / CalendarType Property


In This Topic
    CalendarType Property (DropDownCalendar)
    In This Topic
    Gets or sets the type of the drop-down calendar.
    Syntax
    'Declaration
     
    
    Public Property CalendarType As CalendarType
    'Usage
     
    
    Dim instance As DropDownCalendar
    Dim value As CalendarType
     
    instance.CalendarType = value
     
    value = instance.CalendarType
    public CalendarType CalendarType {get; set;}

    Property Value

    A CalendarType value that indicates the type of the current calendar.
    Remarks
    This property can change the display type of this DropDownCalendar.
    See Also