DayPilot.Scheduler.rows.all

The rows.all() method returns an array of all rows displayed in the Scheduler. It returns a flat array with all rows included in the order in which they are displayed.

Declaration

DayPilot.Scheduler.rows.all();

Return value

A flat array of DayPilot.Row objects.