Determines the action to be executed after a user moves an event. If set to Disabled moving is not enabled on the client side.
Namespace: DayPilot.Web.UiAssembly: DayPilot (in DayPilot.dll) Version: 8.1.3443.0 (8.1.3443.0)
Syntax
C# |
---|
public UserActionHandling EventMoveHandling { get; set; } |
Visual Basic |
---|
Public Property EventMoveHandling As UserActionHandling Get Set |
Visual C++ |
---|
public: property UserActionHandling EventMoveHandling { UserActionHandling get (); void set (UserActionHandling value); } |