Event stacking mode for the month view.
Namespace: DayPilot.Web.Mvc.Enums.MonthAssembly: DayPilot.Web.Mvc (in DayPilot.Web.Mvc.dll) Version: 8.0.5796.0 (8.0.5796.0)
Syntax
C# |
---|
public enum StackingMode |
Visual Basic |
---|
Public Enumeration StackingMode |
Visual C++ |
---|
public enum class StackingMode |
Members
Member name | Value | Description | |
---|---|---|---|
Row | 0 | Row is the stacking context. | |
Cell | 1 | Cell is the stacking context. |