HTML to be shown in this header column.
Namespace: DayPilot.Web.UiAssembly: 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); } |