DayPilot.Scheduler.dynamicEventRenderingCacheSweeping

The dynamicEventRenderingCacheSweeping property (boolean) enables sweeping of the event cache used by progressive event rendering.

Declaration

DayPilot.Scheduler.dynamicEventRenderingCacheSweeping

Default Value

false

Notes

Examples

JavaScript

const dp = new DayPilot.Scheduler("dp", {
  dynamicEventRenderingCacheSweeping: true,
  // ...
});
dp.init();

Angular

<daypilot-scheduler [config]="config"></daypilot-scheduler>
config: DayPilot.SchedulerConfig = {
  dynamicEventRenderingCacheSweeping: true,
  // ...
};

React

<DayPilotScheduler
  dynamicEventRenderingCacheSweeping={true}
  {/* ... */}
/>

Vue

<DayPilotScheduler
  :dynamicEventRenderingCacheSweeping="true"
  <!-- ... -->
/>

See Also

DayPilot.Scheduler.dynamicEventRenderingCacheSize

Progressive Event Rendering [doc.daypilot.org]

DayPilot.Scheduler Class

Availability

Availability of this API item in DayPilot editions:

LitePro
DayPilot for JavaScript