DayPilot.Row.events.isEmpty

The DayPilot.Row.events.isEmpty method returns true if there are no events in the row.

Declaration

DayPilot.Row.events.isEmpty()

Return Value

boolean

Example

var noEvents = dp.rows.find("R1").events.isEmpty();