DayPilot.Row.groups.collapsed

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

Declaration

DayPilot.Row.groups.collapsed()

Return Value

Returns an array of group objects for the groups that are currently collapsed.

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

Example

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

See Also

DayPilot.Row.groups.all()

DayPilot.Row.groups.expandAll()

Concurrent Event Groups [doc.daypilot.org]

DayPilot.Row Class

Availability

Availability of this API item in DayPilot editions:

LitePro
DayPilot for JavaScript