Specifies grouping or filtering criteria for views that support grouping.
Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling.WebForms
C#
![]() |
---|
public enum GroupType |
Visual Basic
![]() |
---|
Public Enum GroupType |
Member name | Value | Description | |
---|---|---|---|
![]() |
None |
0 | No grouping or filtering. |
![]() |
GroupByContacts |
1 | Group by contacts. |
![]() |
GroupByResources |
2 | Group by resources. |
![]() |
GroupByLocations |
3 | Group by locations. |
![]() |
GroupByTasks |
4 | Group by tasks. |
![]() |
FilterByContacts |
5 | Filter by contacts. |
![]() |
FilterByLocations |
6 | Filter by locations. |
![]() |
FilterByTasks |
7 | Filter by tasks. |
![]() |
FilterByResources |
8 | Filter by resources. |
For information about grouping and filtering in a Calendar, refer to the Grouping topic and Tutorial 2: Filtering and Grouping.