Time header cells will display a special floating object when not visible in full.

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

Syntax

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

See Also