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

Syntax

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

See Also