Scheduler for WinForms | ComponentOne
C1.Win.C1Schedule.4.5.2 Assembly / C1.Win.C1Schedule Namespace / C1Calendar Class / DropDownMonthCount Property

In This Topic
    DropDownMonthCount Property (C1Calendar)
    In This Topic
    Gets or sets the number of items in dropdown month/year selectors in the month header. The default value is 9.
    Syntax
    'Declaration
     
    Public Property DropDownMonthCount As System.Integer
    public System.int DropDownMonthCount {get; set;}
    Remarks
    This property value cannot be less than 1 or greater than 12.
    See Also