DayPilot.Row.groups.expanded

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

Declaration

DayPilot.Row.groups.expanded();

Return Value

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

Example

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