DayPilot.Scheduler.navigatorBackSync

The navigatorBackSync property (object) specifies the DayPilot.Navigator object that will be notified about the Scheduler viewport start date during scrolling. This date will be selected in the Navigator (without calling the change event handlers).

Default Value

null

Example

var nav = new DayPilot.Navigator("nav");
// ...
nav.init();


var dp = new DayPilot.Scheduler("dp");
// ...
dp.navigatorBackSync = nav;
dp.init();