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

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

Syntax

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

See Also