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

In This Topic
    CalendarDimensions Property (C1Calendar)
    In This Topic
    Gets or sets the maximum number of months to display in control. Actual number of months depends on the available space.
    Syntax
    'Declaration
     
    Public Property CalendarDimensions As System.Integer
    public System.int CalendarDimensions {get; set;}
    See Also