DayPilot.Month.multiselect.add

The multiselect.add() method adds an event to the current multi-selection.

Declaration

DayPilot.Month.multiselect.add(e, dontRedraw)

Parameters

Notes

For bulk operations, set dontRedraw to true and call DayPilot.Month.multiselect.redraw() after all changes have been made.

Example

const e = dpm.events.find(123);
dpm.multiselect.add(e);

See Also

DayPilot.Month.multiselect.redraw()

DayPilot.Month Class

Event Selecting [doc.daypilot.org]

Availability

Availability of this API item in DayPilot editions:

LitePro
DayPilot for JavaScript