Namespace: DayPilot.Web.Mvc
Assembly: DayPilot.Web.Mvc (in DayPilot.Web.Mvc.dll) Version: 8.0.5796.0 (8.0.5796.0)
Assembly: DayPilot.Web.Mvc (in DayPilot.Web.Mvc.dll) Version: 8.0.5796.0 (8.0.5796.0)
Syntax
| C# | 
|---|
[ObsoleteAttribute("Please use EventBubble instead. This property is ignored.")] public string Bubble { get; set; }  | 
| Visual Basic | 
|---|
<ObsoleteAttribute("Please use EventBubble instead. This property is ignored.")> _ Public Property Bubble As String Get Set  | 
| Visual C++ | 
|---|
public: [ObsoleteAttribute(L"Please use EventBubble instead. This property is ignored.")] property String^ Bubble { String^ get (); void set (String^ value); }  |