Whether to increase the header header height automatically to fit the content.

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

Syntax

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

See Also