DayPilot.Scheduler.multiSelectRectangle

The multiSelectRectangle property (string) determines the rectangle event selection mode. When the rectangle selection mode is enabled it lets users select multiple scheduler events using drag and drop (while holding the Shift key).

See also Event Multi-Selecting in the documentation.

Possible Values

  • "Disabled"
  • "Free" - enables free-hand selection
  • "Row" - limits the selection to a single row

Default Value

"Disabled"

Example

dp.multiSelectRectangle = "Free";