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:
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: