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

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

Syntax

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

See Also