$99 VS $1000+. UI Control for ASP.NET AJAX(contains chart and gridview).
Scheduler control for Windows Forms
Create rich Outlook style functionality and add rich scheduling interfaces to C# Windows application
Home > WinForms UI Controls > User Manual > Scheduler Navigation Steps in C#

Create Scheduler Views Navigation with KetticSchedulerNavigater

KetticSchedulerNavigator control is an independent component used to create navigation between the current active views for KetticScheduler in Windows Forms application. By using this control, you can build the navigation functionality for the Scheduler views of Day, Week, Month and Year. With the navigation features, the users of your application can easily move to the previous and the coming view of a day, a week, and a month by using the arrow keys. The following tutorial demonstrates how to create navigation for the Scheduler views.

Properties for Setting Navigation in KetticScheduler

KetticSchedulerNavigator can create navigation for the dates in day view, week view and month view for KetticSchedeler control in Windows Forms application. The following properties can help you to define and control the navigation behavior.
  • NavigationStepType, this property is used to define the type of navigation and we can set the value to be Day, Week, and Month to enable the view navigation functionality respectively
  • NavigationStep, this property is used to customize the navigation step for the views and the valid value ranges from 1 to greater.

Customize Navigation Step of Views for Scheduler control

The KetticSchedulerNavigator provides various navigation steps supported. When we create the navigation step for day view and timeline view in KetticScheduler, we can,
  • Set the NavigationStepType to be Day to move the view according to days. When the value of NavigationStep is 1, the navigating will move with one day and when the NavigationStep is greater than one, it will move with the number of the days
  • Set the NavigationStepType to be Week to move the view according to weeks. When the value of NavigationStep is 1, the navigating will move with one week and when the NavigationStep is greater than one, it will move with the number of the weeks
  • Set the NavigationStepType to be Month to move the view according to days. When the value of NavigationStep is 1, the navigating will move with one month and when the NavigationStep is greater than one, it will move with the number of the months
When we build the navigation in Month view and Week view for KetticScheduler control, the KetticSchedulerNavigator control disable the Day value to NavigationStepType. And we can,
  • Set the NavigationStepType to be Week to move the view based on weeks. When the value of NavigationStep is 1, the navigating will move with one week and when the NavigationStep is greater than one, it will move with the number of the weeks
  • Set the NavigationStepType to be Month to move the view based on months. When the value of NavigationStep is 1, the navigating will move with number of days in the month and when the NavigationStep is greater than one, it will move with the number of the weeks
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