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

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

Syntax

C#
public bool MoveEnabled { get; set; }
Visual Basic
Public Property MoveEnabled As Boolean
	Get
	Set
Visual C++
public:
property bool MoveEnabled {
	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