Drag area enum.

Namespace: DayPilot.Web.Mvc.Enums.Scheduler
Assembly: DayPilot.Web.Mvc (in DayPilot.Web.Mvc.dll) Version: 8.0.5796.0 (8.0.5796.0)

Syntax

C#
public enum DragArea
Visual Basic
Public Enumeration DragArea
Visual C++
public enum class DragArea

Members

Member nameValueDescription
Top0 Drag by top border.
Left1 Drag by left border.
Full2 Drag by full event.
Disabled3 Dragging not allowed. Custom dragging areas can be added using active areas in OnBeforeEventRender.

See Also