Determines the height of an all-day event.

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

Syntax

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

See Also