Namespace: DayPilot.Web.Ui.Data
Assembly: DayPilot (in DayPilot.dll) Version: 8.1.3443.0 (8.1.3443.0)
Assembly: DayPilot (in DayPilot.dll) Version: 8.1.3443.0 (8.1.3443.0)
 Syntax
Syntax
| C# | 
|---|
| public enum AreaAction | 
| Visual Basic | 
|---|
| Public Enumeration AreaAction | 
| Visual C++ | 
|---|
| public enum class AreaAction | 
 Members
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. | 






