DayPilot.Row.splitParent

The splitParent() method returns the split parent of a JavaScript Scheduler row. This method applies to split resources only.

Declaration

DayPilot.Row.splitParent();

Return Value

Returns the DayPilot.Row object that represents the split parent row.

If the row doesn't have a split parent, the method returns null.

Example

const splitParentId = scheduler.rows.find("A")?.splitParent()?.id;

See Also

DayPilot.Row Class

Availability

Availability of this API item in DayPilot editions:

LitePro
DayPilot for JavaScript