All properties of DayPilot.Row are read-only.
id(string | number) - the row IDcalendar(DayPilot.Scheduler) - the related Scheduler instancedata(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)height(number) - height of the row in pixels (available since 2025.3.6623)hidden(boolean) -truefor children of a collapsed tree parent and for rows that are filtered outhiddenUsingFilter(boolean) -truefor rows that are filtered outindex(number) - zero-based vertical index of the row (includes all loaded rows, including hidden ones)level(number) - row level in the tree hierarchylines(number) - number of lines with events (see also JavaScript Scheduler: Event Placement Strategies); available since 2025.3.6623name(string) - the row namestart(DayPilot.Date) - row start date/time
DayPilot