DayPilot.Gantt.disposed

The disposed() method returns true if the JavaScript Gantt Chart component has already been disposed using DayPilot.Gantt.dispose().

Declaration

DayPilot.Gantt.disposed()

Parameters

This method has no parameters.

Return Value

Returns true when the component has already been disposed; otherwise returns false.

Example

if (gantt.disposed()) {
  return;
}

See Also

DayPilot.Gantt.dispose()

DayPilot.Gantt Class

Availability

Availability of this API item in DayPilot editions:

LitePro
DayPilot for JavaScript