DayPilot.Scheduler.rows.selection.isSelected

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

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]

DayPilot.Scheduler Class

Availability

Availability of this API item in DayPilot editions:

LitePro
DayPilot for JavaScript