Whether to display the base time header (cells corresponding to CellDuration).

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

Syntax

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

See Also