Handling of user action (clicking a row header).

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

Syntax

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

See Also