DayPilot.Scheduler.rowDragHandleVisibility

The rowDragHandleVisibility property (string) sets the visibility of the row moving handle in the JavaScript Scheduler.

Available since 2025.4.6665.

Possible Values

  • "Hover" - show on row header hover

  • "Visible" - always visible

  • "TouchVisible" - behaves as "Hover" on desktop and "Visible" on touch devices

Default Value

"Hover"

Example

Scheduler config:

{
  rowDragHandleVisibility: "TouchVisible",
  // ...
}