Specifies whether the height should be adjusted automatically to show all tasks (Auto) or fixed (Fixed). Fixed height is specified using Height property.

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

Syntax

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

See Also