ComponentOne CalendarView for WinForms
C1.Win.Calendar Namespace / CalendarSettings Class / CalendarDimensions Property

In This Topic
    CalendarDimensions Property (CalendarSettings)
    In This Topic
    Gets or sets the number of columns and rows of months displayed.
    Syntax
    'Declaration
     
    
    Public Property CalendarDimensions As Size
    public Size CalendarDimensions {get; set;}
    See Also