The multiselect.events() method is an alias for DayPilot.Scheduler.multiselect.get().
Declaration
DayPilot.Scheduler.multiselect.events()Parameters
This method has no parameters.
Return Value
Returns the same array of selected DayPilot.Event objects as DayPilot.Scheduler.multiselect.get().
Notes
Use this method interchangeably with DayPilot.Scheduler.multiselect.get() to read the current Scheduler event multi-selection.
Example
const selectedEvents = dp.multiselect.events()See Also
DayPilot.Scheduler.multiselect.get()
DayPilot.Scheduler.multiselect.clear()
Availability
Availability of this API item in DayPilot editions:
| Product | Lite | Pro |
|---|---|---|
| DayPilot for JavaScript |
DayPilot