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: 6.8.2460.0 (6.8.2460.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