Types of event arrangement.
Namespace: DayPilot.Web.Ui.EnumsAssembly: 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 name | Value | Description | |
|---|---|---|---|
| SideBySide | 0 | Events are arranged side-by-side (no overlap). This corresponds to the arrangement used in Outlook . | |
| Cascade | 1 | Events partially overlap. This corresponds to the arrangement used in Google Calendar. | |
| Full | 2 | All events have full width. |