Quantcast
Channel: DevExpress Support Center (Examples)
Viewing all articles
Browse latest Browse all 7205

How to use DateTimeNavigation service

$
0
0

This example shows how to implement forward/back navigation to navigate a "displayed" time frame (month, day, week, etc.) at a time. It uses the IDateTimeNavigationService which provides two methods - NavigateForward, which advances forward in time as suggested by the current view, and NavigateBackward, which steps back in time. 

You can also use the SchedulerControl.Services.DateTimeNavigation.NavigateBackward() and SchedulerControl.Services.DateTimeNavigation.NavigateForward() notation to call the service methods.

See Also:
DateTime Navigation Services


Viewing all articles
Browse latest Browse all 7205

Trending Articles