Allows or forbids overlap of the shadow (or selection) during move, resize and time range selection operation.

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

Syntax

C#
public bool AllowEventOverlap { get; }
Visual Basic
Public ReadOnly Property AllowEventOverlap As Boolean
	Get
Visual C++
public:
property bool AllowEventOverlap {
	bool get ();
}

See Also