$99 VS $1000+. UI Control for ASP.NET AJAX(contains chart and gridview).
Calendar Controls for WinForms UI Tutorial
Customize navigation in C# for .NET Windows Forms template projects
Home > WinForms UI Controls > User Manual > Customize Behavior Customize Navigation in C#

Navigation Customizing - WinForms Calendar Controls

The Calendar Control supports not only all features of the standard Month Calendar control in the Visual Studio toolbox, but also additional features that the standard Calendar control do not support, including focused date, show week days, hide week days, date zoom, read only mode as well as show other month days. Furthermore, the Calendar controls provide the support of navigation buttons, footer, customizable header and footer etc.

Navigation for C# WinForms Calendar UI

The Calendar Controls for Windows Forms application supports four types of navigation, by which users could easily switch and jump to other months view. There are four different types of navigation available.
  • Previous month, the previous month navigation let users easily switch the view of the previous month.
  • Next month, the next month navigation let users easily jump to the view of the next month.
  • Jump N months forward, this navigation could let users jump N months view forward. And the property QuickNavigateStep could control the jump step
  • Jump N months backward, this navigation could let users jump N months view backward. And the property QuickNavigateStep could control the jump step

Properties of Customizing Navigation for Calendar

  • QuickNavigateStep, the property used for configuring the number of views that will be scrolled when the user clicks on a quick navigation link
  • QuickNavigateNextImage, the property used for configuring the image that will be displayed for the next quick navigating control
  • QuickNavigateNextText, the property used for customizing the text that will be displayed for the next quick navigating control
  • QuickNavigateNextToolTip, the property used for setting the tool tip that will be displayed for the next quick navigating control
  • QuickNavigatePrevImage, the property used for customizing the image that will be displayed for the quick previous navigation control
  • QuickNavigatePrevText, the property used for customizing the text that will be displayed for the quick previous navigation control
  • QuickNavigatePrevToolTip, the property used for setting the tool tip that will be displayed for the quick previous navigation control
  • TitleFormat, this property is used for customizing the title format. We can assign a TitleFormat string to set the default value as "MMMM yyyy".
UI Controlsfor Windows Forms
.NET WinForms UI Overview.NET WinForms UI Features.NET WinForms UI GuideC# WinForms UI DesignVB.NET WinForms UI Design
WinForms UI Controls