DayPilot.Row.events.all

The DayPilot.Row.events.all() method returns all events for the row represented by the DayPilot.Row object.

Declaration

DayPilot.Row.events.all()

Example

var events = dp.rows.find("A").events.all();