Specifies HTML code to be used for bubble content. If this property is specified the bubble content is not reqested from the server.

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

Syntax

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

See Also