Enumeration of width specification types.

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

Syntax

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

Members

Member nameDescription
Fixed
The width specified in ScrollAreaWidth property will be used for DayPilotVertical.ScrollAreaWidth.
BusinessHours
The DayPilotVertical.ScrollAreaWidth will be set according to business hours. The rest of the hours will be accessible using a scrollbar.

See Also