Enumeration of height specification types.

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

Syntax

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

Members

Member nameValueDescription
Fixed0 The height specified in 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 Height is set to 100% of the parent using CSS.

See Also