Gets or sets whether the header should be visible.

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

Syntax

C#
public bool ShowHeader { get; set; }
Visual Basic (Declaration)
Public Property ShowHeader As Boolean
Visual C++
public:
property bool ShowHeader {
	bool get ();
	void set (bool value);
}

See Also