DayPilot.Calendar.multiselect.clear

Declaration

DayPilot.Calendar.multiselect.clear(dontRedraw);

Parameters

  • dontRedraw (boolean) - true if the event calendar should not be automatically updated using multiselect.redraw()

Notes

This method replaced DayPilot.Calendar.getEventSelection().

Example

<a href="javascript:dpc.multiselect.clear()">Clear selection</a>