DayPilot.Row Properties

All properties of DayPilot.Row are read-only.

  • id (string | number) - the row ID

  • calendar (DayPilot.Scheduler) - the related Scheduler instance

  • data (object) - original object (from DayPilot.Scheduler.resources)

  • displayY (number) - the current row index as displayed in the Scheduler (see also Alternate Row Colors)

  • grid ("main" | "top" | "bottom") - ID of the Scheduler grid; "top" and "bottom" identify the frozen rows sections (since 2020.1.4205)

  • hidden (boolean) - true for children of a collapsed tree parent and for rows that are filtered out

  • hiddenUsingFilter (boolean) - true for rows that are filtered out

  • index (number) - zero-based vertical index of the row (includes all loaded rows, including hidden ones)

  • level (number) - row level in the tree hierarchy

  • name (string) - the row name

  • start (DayPilot.Date) - row start date/time