Drag area enum.
Namespace: DayPilot.Web.Mvc.Enums.SchedulerAssembly: 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 name | Value | Description | |
---|---|---|---|
Top | 0 | Drag by top border. | |
Left | 1 | Drag by left border. | |
Full | 2 | Drag by full event. | |
Disabled | 3 | Dragging not allowed. Custom dragging areas can be added using active areas in OnBeforeEventRender. |