Inner HTML of the event (use it to rewrite the default content). Obsolete. Use .Html instead.
Namespace: DayPilot.Web.Ui.EventsAssembly: DayPilot (in DayPilot.dll) Version: 8.1.3443.0 (8.1.3443.0)
Syntax
| C# |
|---|
[ObsoleteAttribute("Use .Html instead.")] public string InnerHTML { get; set; } |
| Visual Basic |
|---|
<ObsoleteAttribute("Use .Html instead.")> _ Public Property InnerHTML As String Get Set |
| Visual C++ |
|---|
public: [ObsoleteAttribute(L"Use .Html instead.")] property String^ InnerHTML { String^ get (); void set (String^ value); } |