Header grouping units.
Namespace: DayPilot.Web.Ui.EnumsAssembly: DayPilot (in DayPilot.dll) Version: 8.1.3443.0 (8.1.3443.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. | |
| Cell | 6 | Matches grid cells. | |
| Default | 7 | When used in TimeHeaders/GroupBy it points to CellGroupBy property value. |