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