DayPilot.Row.groups.all

The groups.all() method returns an array with all concurrent event groups for the Scheduler row.

Declaration

DayPilot.Row.groups.all();

Return Value

An array of group objects. The group object has expand() and collapse() methods which let you change the group state.

Example

const groups = dp.rows.find("A1").groups.all();