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: 6.8.2460.0 (6.8.2460.0)

Syntax

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

See Also