Event stacking mode for the month view.

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

Syntax

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

Members

Member nameValueDescription
Row0 Row is the stacking context.
Cell1 Cell is the stacking context.

See Also