RowCreate event handling. Setting the value to "Disabled" will deactivate the feature.

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

Syntax

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

See Also