DayPilot.Month.multiselect.clear

Declaration

DayPilot.Month.multiselect.clear(dontRedraw);

Parameters

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

Notes

This method replaced DayPilot.Month.getEventSelection().

Example

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