[]
        
(Showing Draft Content)

C1.Win.Schedule.C1Calendar.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.

c1Calendar1.CalendarDimensions = 3;
c1Calendar1.CurrentMonthDisplayOffset = 1;