Enumeration of height specification types.

Namespace: DayPilot.Web.Mvc.Enums.Calendar
Assembly: DayPilot.Web.Mvc (in DayPilot.Web.Mvc.dll) Version: 8.0.5796.0 (8.0.5796.0)

Syntax

C#
public enum HeightSpec
Visual Basic
Public Enumeration HeightSpec
Visual C++
public enum class HeightSpec

Members

Member nameValueDescription
Fixed0 The height specified in [!:DayPilotCalendar.Height] property will be used.
Full1 The height will be adjusted to full height. All hours will be visible. No scrollbar.
BusinessHours2 The height will be set according to business hours. The rest of the hours will be accessible using a scrollbar.
BusinessHoursNoScroll3 The height will be set according to business hours. The other hours will not be accessible (there is no scrollbar).
Parent100Pct4 The height will be set to 100% of the parent using CSS.

See Also