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.Mvc.Events.SchedulerAssembly: DayPilot.Web.Mvc (in DayPilot.Web.Mvc.dll) Version: 8.0.5796.0 (8.0.5796.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); } |