Enumeration of height specification types.

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

Syntax

C#
public enum HeightSpecEnum
Visual Basic (Declaration)
Public Enumeration HeightSpecEnum
Visual C++
public enum class HeightSpecEnum

Members

Member nameDescription
Fixed
The height specified in Height property will be used.
Full
The height will be adjusted to full height. All hours will be visible. No scrollbar.
BusinessHours
The height will be set according to business hours. The rest of the hours will be accessible using a scrollbar.
BusinessHoursNoScroll
The height will be set according to business hours. The other hours will not be accessible (there is no scrollbar).

See Also