The multiselect.events() method returns the currently selected events.
Declaration
DayPilot.Month.multiselect.events()Return Value
Returns an array of selected events (DayPilot.Event objects).
Notes
This method replaces DayPilot.Month.selectedEvent().
Example
const selectedCount = dpm.multiselect.events().length;See Also
Event Selecting [doc.daypilot.org]
Availability
Availability of this API item in DayPilot editions:
| Product | Lite | Pro |
|---|---|---|
| DayPilot for JavaScript |
DayPilot