Skip to main content
A newer version of this page is available. .

View Navigator

The ASPxViewNavigator control can be displayed within the scheduler or as a stand-alone control, bound to the Scheduler control via its ASPxSchedulerRelatedControlBase.MasterControlID property. ViewNavigator is used for quick transition one page back or forward, or to the current date, or to an arbitrary date. Its appearance is illustrated in the following picture.

VisualElements_ViewNavigator

To prevent ViewNavigator from being displayed within the scheduler, set ASPxSchedulerOptionsBehavior.ShowViewNavigator to false. You can also hide or show the Go to Date button at the navigator control using the ASPxSchedulerOptionsBehavior.ShowViewNavigatorGotoDateButton property.

See Also