[]
Gets or sets the current month display offset.
[C1Category("Appearance")]
[C1Description("Calendar.CurrentMonthDisplayOffset", "Gets or sets the current month display offset.")]
public int CurrentMonthDisplayOffset { get; set; }
<C1Category("Appearance")>
<C1Description("Calendar.CurrentMonthDisplayOffset", "Gets or sets the current month display offset.")>
Public Property CurrentMonthDisplayOffset As Integer
This example shows current month at the center of the multi-dimensional calendar.
c1Calendar1.CalendarDimensions = 3;
c1Calendar1.CurrentMonthDisplayOffset = 1;