ComponentOne CalendarView for WinForms
C1.Win.Calendar Namespace / C1CalendarView Class / CurrentMonthDisplayOffset Property
Example

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