Sets or get the height of the scrolling area (in pixels). It only applies when HeightSpec is set to HeightSpecEnum.Fixed.

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

Syntax

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

See Also