Header grouping units.
Namespace: DayPilot.Web.Ui.EnumsAssembly: DayPilot (in DayPilot.dll) Version: 6.8.2460.0 (6.8.2460.0)
Syntax
| C# |
|---|
public enum GroupByEnum |
| Visual Basic |
|---|
Public Enumeration GroupByEnum |
| Visual C++ |
|---|
public enum class GroupByEnum |
Members
| Member name | Value | Description | |
|---|---|---|---|
| Hour | 0 | Grouped by hour. | |
| Day | 1 | Grouped by day. | |
| Week | 2 | Grouped by week. | |
| Month | 3 | Grouped by month. | |
| Year | 4 | Grouped by year. | |
| None | 5 | No grouping. |