ID of the advanced tooltip control (DayPilotBubble) that will be used for cells.

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

Syntax

C#
public string CellBubbleID { get; set; }
Visual Basic
Public Property CellBubbleID As String
	Get
	Set
Visual C++
public:
property String^ CellBubbleID {
	String^ get ();
	void set (String^ value);
}

See Also