Determines whether the event tooltip is active.

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

Syntax

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

See Also