HTML to be shown in this header column. Obsolete. Use .Html instead.
Namespace: DayPilot.Web.MvcAssembly: DayPilot.Web.Mvc (in DayPilot.Web.Mvc.dll) Version: 8.0.5796.0 (8.0.5796.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); } |