The HTML that will be rendered in the time header cell.

Namespace: DayPilot.Web.Ui.Events.Calendar
Assembly: DayPilot (in DayPilot.dll) Version: 6.8.2460.0 (6.8.2460.0)

Syntax

C#
public string InnerHTML { get; set; }
Visual Basic
Public Property InnerHTML As String
	Get
	Set
Visual C++
public:
property String^ InnerHTML {
	String^ get ();
	void set (String^ value);
}

See Also