Allows selecting an exact position in the target cell when moving.

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

Syntax

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

See Also