Disables event resizing when set to false.

Namespace: DayPilot.Web.Mvc.Events.Calendar
Assembly: DayPilot.Web.Mvc (in DayPilot.Web.Mvc.dll) Version: 8.0.5796.0 (8.0.5796.0)

Syntax

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

See Also