Set to false to disable moving of this calendar event on the client-side.

Namespace: DayPilot.Web.Ui.Events
Assembly:  DayPilot (in DayPilot.dll)
Version: 4.0.1172.0

Syntax

C#
public bool EventMoveEnabled{ get; set;}
Visual Basic (Declaration)
Public Property EventMoveEnabled As Boolean
Visual C++
public:
property bool EventMoveEnabled {
	bool get ();
	void set (bool value);
}

Remarks

The moving will be enabled only if these two conditions are met: DayPilotCalendar.EventMoveHandling is not set to Disabled and EventMoveEnabled is set to true.

See Also