Handling of user action (inline editing of a row name finished).

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

Syntax

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

See Also