The autoRefreshMaxCount property (number) specifies the maximum number of auto-refresh requests.
DayPilot.Scheduler.autoRefreshMaxCount20The count is reset after a page reload or a callback.
JavaScript
const dp = new DayPilot.Scheduler("dp", {
autoRefreshMaxCount: 10,
// ...
});
dp.init();Angular
<daypilot-scheduler [config]="config"></daypilot-scheduler>config: DayPilot.SchedulerConfig = {
autoRefreshMaxCount: 10,
// ...
};React
<DayPilotScheduler
autoRefreshMaxCount={10}
{/* ... */}
/>Vue
<DayPilotScheduler
:autoRefreshMaxCount="10"
<!-- ... -->
/>Availability of this API item in DayPilot editions:
| Lite | Pro | |
|---|---|---|
| DayPilot for JavaScript | No Support | Full Support |
Event calendar/scheduling AJAX components. Available for JavaScript/HTML5/jQuery, ASP.NET, ASP.NET MVC. Build resource booking, project management, time tracking applications, personal and shared event calendars.
DayPilot