ComponentOne CalendarView for WinForms
CurrentMonthDisplayOffset Property (C1CalendarView)
Example 

C1.Win.Calendar Namespace > C1CalendarView Class : CurrentMonthDisplayOffset Property
Gets or sets the current month display offset.
Syntax
'Declaration
 
Public Property CurrentMonthDisplayOffset As Integer
public int CurrentMonthDisplayOffset {get; set;}
Example
This example shows current month at the center of the multi-dimensional calendar.
c1CalendarView1.CalendarDimensions = 3;
c1CalendarView1.CurrentMonthDisplayOffset = 1;
See Also

Reference

C1CalendarView Class
C1CalendarView Members