Namespace: DayPilot.Web.Mvc.Data
Assembly: DayPilot.Web.Mvc (in DayPilot.Web.Mvc.dll) Version: 8.0.5796.0 (8.0.5796.0)
Assembly: DayPilot.Web.Mvc (in DayPilot.Web.Mvc.dll) Version: 8.0.5796.0 (8.0.5796.0)
Syntax
| C# |
|---|
public enum AreaAction |
| Visual Basic |
|---|
Public Enumeration AreaAction |
| Visual C++ |
|---|
public enum class AreaAction |
Members
| Member name | Value | Description | |
|---|---|---|---|
| None | 0 | No action. The active will be displayed but it clicking/dragging will not do anything. | |
| JavaScript | 1 | Custom JavaScript will be executed on click. | |
| ContextMenu | 2 | Context menu will be displayed on click. Only supported for target objects that support context menu. | |
| ResizeEnd | 3 | Activates event resizing on mouse down (changes event end). Only supported for events. | |
| ResizeStart | 4 | Activates event resizing on mouse down (changes event start). Only supported for events. | |
| Move | 5 | Activates event moving on mouse down. Only supported for events. | |
| Bubble | 6 | Activates the default bubble. Only supported for events. | |
| HoverMenu | 7 | Activate a context menu on hover. |