Namespace: DayPilot.Web.Mvc.Enums
Assembly: DayPilot.Web.Mvc (in DayPilot.Web.Mvc.dll) Version: 8.0.5796.0 (8.0.5796.0)
Assembly: DayPilot.Web.Mvc (in DayPilot.Web.Mvc.dll) Version: 8.0.5796.0 (8.0.5796.0)
Syntax
| C# | 
|---|
public enum GroupBy  | 
| Visual Basic | 
|---|
Public Enumeration GroupBy  | 
| Visual C++ | 
|---|
public enum class GroupBy  | 
Members
| Member name | Value | Description | |
|---|---|---|---|
| Hour | 0 | ||
| Day | 1 | ||
| Week | 2 | ||
| Month | 3 | ||
| Year | 4 | ||
| None | 5 | ||
| Cell | 6 | ||
| Default | 7 |