Determines the action to be executed after a user moves an event. If set to Disabled editing is not enabled on the client side.
Namespace: DayPilot.Web.Ui
Assembly: DayPilot (in DayPilot.dll)
Version: 4.0.1172.0
Syntax
C# |
---|
public UserActionHandling EventEditHandling{ get; set;} |
Visual Basic (Declaration) |
---|
Public Property EventEditHandling As UserActionHandling |
Visual C++ |
---|
public: property UserActionHandling EventEditHandling { UserActionHandling get (); void set (UserActionHandling value); } |
See Also
DayPilotCalendar Class
DayPilot.Web.Ui Namespace