The rows.selection.isSelected() method determines whether the specified row is selected in the JavaScript Scheduler component.
Declaration
DayPilot.Scheduler.rows.selection.isSelected(row)Parameters
row(DayPilot.Row) - the row to be checked
Return Value
Returns true if the specified row is included in the current row selection; otherwise false.
Notes
Available since 8.2.2218.
Example
const selected = dp.rows.selection.isSelected(row);See Also
DayPilot.Scheduler.rows.selection.add()
DayPilot.Scheduler.rows.selection.clear()
DayPilot.Scheduler.rows.selection.get()
DayPilot.Scheduler.rows.selection.remove()
DayPilot.Scheduler.selectedRows
Row Selecting [doc.daypilot.org]
Availability
Availability of this API item in DayPilot editions:
| Product | Lite | Pro |
|---|---|---|
| DayPilot for JavaScript |
DayPilot