ComponentOne MultiSelect for WinForms
SetCalendarDimensions Method

C1.Win.C1Input Namespace > DateEditMonthCalendar Class : SetCalendarDimensions Method
The number of columns.
The number of rows.
Sets the number of columns and rows of months to display.
Syntax
'Declaration
 
Public Sub SetCalendarDimensions( _
   ByVal x As Integer, _
   ByVal y As Integer _
) 
public void SetCalendarDimensions( 
   int x,
   int y
)

Parameters

x
The number of columns.
y
The number of rows.
See Also

Reference

DateEditMonthCalendar Class
DateEditMonthCalendar Members