MindFusion.Scheduling for ASP.NET Programmer's Guide
GroupType Enumeration
See Also
 





Specifies the type of grouping to apply at items in the calendar control.

Namespace: MindFusion.Scheduling
Assembly: Calendar.js

 Syntax

JavaScript  Copy Code

// enum
GroupType = {}

 Members

  Member name Description

FilterByContacts

Value: 5. The items are filtered by contact.

FilterByLocations

Value: 6. The items are filtered by location.

FilterByResources

Value: 8. The items are filtered by resource.

FilterByTasks

Value: 7. The items are filtered by task.

GroupByContacts

Value: 1. The items are grouped by contacts.

GroupByLocations

Value: 3. The items are grouped by location.

GroupByResources

Value: 2. The items are grouped by resource.

GroupByTasks

Value: 4. The items are grouped by task.

None

Value: 0. No grouping is applied.

 See Also

MindFusion.Scheduling Namespace