[]
        
(Showing Draft Content)

C1.Win.Calendar.C1CalendarView.CurrentMonthDisplayOffset

CurrentMonthDisplayOffset Property

CurrentMonthDisplayOffset

Gets or sets the current month display offset.

Declaration
public int CurrentMonthDisplayOffset { get; set; }
Examples

This example shows current month at the center of the multi-dimensional calendar.

c1CalendarView1.CalendarDimensions = 3;
c1CalendarView1.CurrentMonthDisplayOffset = 1;