Enumeration of height specification types.
Namespace: DayPilot.Web.Mvc.Enums.CalendarAssembly: 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 name | Value | Description | |
---|---|---|---|
Fixed | 0 | The height specified in [!:DayPilotCalendar.Height] property will be used. | |
Full | 1 | The height will be adjusted to full height. All hours will be visible. No scrollbar. | |
BusinessHours | 2 | The height will be set according to business hours. The rest of the hours will be accessible using a scrollbar. | |
BusinessHoursNoScroll | 3 | The height will be set according to business hours. The other hours will not be accessible (there is no scrollbar). | |
Parent100Pct | 4 | The height will be set to 100% of the parent using CSS. |