Scheduler for WinForms | ComponentOne
C1.Win.C1Schedule.4.5.2 Assembly / C1.Win.C1Schedule Namespace / C1Calendar Class / CurrentMonthDisplayOffset Property
Example

In This Topic
    CurrentMonthDisplayOffset Property (C1Calendar)
    In This Topic
    Gets or sets the current month display offset.
    Syntax
    'Declaration
     
    Public Property CurrentMonthDisplayOffset As System.Integer
    public System.int CurrentMonthDisplayOffset {get; set;}
    Example
    This example shows current month at the center of the multi-dimensional calendar.
    c1Calendar1.CalendarDimensions = 3;
    c1Calendar1.CurrentMonthDisplayOffset = 1;
    See Also