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.Month
Assembly: DayPilot (in DayPilot.dll) Version: 8.1.3443.0 (8.1.3443.0)

Syntax

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

See Also