Set to false to disable resizing of this event on the client-side.

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

Syntax

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

Remarks

The resizing will be enabled only if these two conditions are met: DayPilotCalendar.EventResizeHandling is not set to Disabled and EventResizeEnabled is set to true.

See Also