ComponentOne Wijmo Open for Juice UI
Wijmo Open for Juice UI Extender Controls / WijCalendar / WijCalendar Task-Based Help / Navigation Tasks / Navigating the Calendar Using the Outer Navigation Calendar Butt
In This Topic
    Navigating the Calendar Using the Outer Navigation Calendar Butt
    In This Topic

    The outer navigation buttons represent the double arrow previous and next buttons. Set the NavButtons property to quick to show the outer navigation buttons.

    The QuickNavStep property applies to the outer navigation buttons. The default value for this property is set to 12 which means that clicking the previous or next navigation button navigates every twelve calendar months.

    In Design View:

    To navigate every three calendar months using the outer navigation buttons, complete the following steps:

    1. Select View | Properties Window in the Visual Studio menu.
    2. Click the drop-down list at the top of the Properties window and select Panel1_WijCalendar.
    3. In the Panel1_WijCalendar Properties window set the NavButtons to Quick.
    4. Enter 3 next to the QuickNavStep property.

    In Source View:

    To navigate every three calendar months using the outer navigation buttons in source view, click the source tab and add the following code in your source file:

      <cc1:WijCalendar ID="Panel1_WijCalendar" runat="server"
    
                DisplayDate="04/23/2012 16:38:24"
    
                TargetControlID="Panel1" TitleFormat="MMMM yyyy" NavButtons="Quick"
    
                QuickNavStep="3">
    
            </cc1:WijCalendar>
    

    This topic illustrates the following:

    Click on the Quick Next button to jump 3 calendar months ahead: