[]
Gets or sets the current month display offset.
public int CurrentMonthDisplayOffset { get; set; }
This example shows current month at the center of the multi-dimensional calendar.
c1Calendar1.CalendarDimensions = 3;
c1Calendar1.CurrentMonthDisplayOffset = 1;