Enumeration of width specification types.

Namespace: DayPilot.Web.Ui.Enums
Assembly:  DayPilot (in DayPilot.dll)
Version: 4.0.1172.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 [!:DayPilotVertical.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