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

Returns an array of group objects.

Each group object provides expand() and collapse() methods that let you change the group state.

Example

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

See Also

DayPilot.Row.groups.collapsed()

DayPilot.Row.groups.expanded()

Concurrent Event Groups [doc.daypilot.org]

DayPilot.Row Class

Availability

Availability of this API item in DayPilot editions:

LitePro
DayPilot for JavaScript