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

Syntax

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

Members

Member nameValueDescription
JavaScript0 The user action will run a JavaScript function.
CallBack1 The user action will call an AJAX CallBack event.
Disabled2 This functionality is disabled at all.
Edit3 Inline editing mode will be activated.
ContextMenu4 A context menu will be activated.
Select5 Event will be selected.
Bubble6 A bubble will be activated for the clicked event.
RectangleSelect7

See Also