Handling of user action (selecting a row).

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

Syntax

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

See Also