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

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

Syntax

C#
[ObsoleteAttribute("Use .BubbleHtml instead.")]
public string StaticBubbleHTML { get; set; }
Visual Basic
<ObsoleteAttribute("Use .BubbleHtml instead.")> _
Public Property StaticBubbleHTML As String
	Get
	Set
Visual C++
public:
[ObsoleteAttribute(L"Use .BubbleHtml instead.")]
property String^ StaticBubbleHTML {
	String^ get ();
	void set (String^ value);
}

See Also