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: 8.1.3443.0 (8.1.3443.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