Skip to main content
A newer version of this page is available. .

Grouping

The Scheduler allows you to group appointments within the scheduling area.

Use the SchedulerControl.GroupType property to specify one of the following grouping modes:

Note

Grouping at the view level is currently unavailable.

Use the SchedulerControl.ActualGroupType property to check the current grouping type. If the SchedulerControl.GroupType property is specified for the Scheduler without any resources provided, no grouping is applied and the SchedulerControl.ActualGroupType property returns SchedulerGroupType.None.

End-users can change the Scheduler grouping using the Group By ribbon group. Refer to the How to: Display the Integrated Ribbon for the Scheduler topic for details on how to provide the ribbon UI for the Scheduler.

DXScheduler_Grouping

See Also