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: 5.8.1956.0 (5.8.1956.0)

Syntax

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

See Also