Types of event arrangement.

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

Syntax

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

Members

Member nameValueDescription
SideBySide0 Events are arranged side-by-side (no overlap). This corresponds to the arrangement used in Outlook .
Cascade1 Events partially overlap. This corresponds to the arrangement used in Google Calendar.
Full2 All events have full width.

See Also