property Schedule.Groups as Groups
Retrieves the Groups collection of the scheduler.

TypeDescription
Groups A Groups object that holds the Group objects.
The Groups collection holds the groups in the control. Use the Add method of the Groups collection to add new groups to the control. The DisplayGroupingButton property indicates whether the header of the date displays the grouping button. The list of available groups is displayed on a drop down panel, once the user clicks the grouping/filtering button. The drop down list shows the Title for each group found. The ShowGroupingEvents property indicates whether the control displays events grouped by its GroupID property. The ApplyGroupingColors property specifies whether the control uses the Group's EventBackColor / EventForeColor / EventPattern properties to show the events in the groups. The SingleGroupingView property specifies whether the drop down panel shows radio buttons, instead check boxes, so the user can see all groups or only one group at the time. The GroupID property specifies the identifier of the group where the event belongs. If the control displays groups the GroupID property of the newly created event is automatically updated with the group where the event has been created. The AllowMoveEventToOtherGroup property specifies whether the user can move an event from a group to another at runtime.

The control displays groups if:

The following Background properties change the visual appearance of the drop down grouping panel:

The Description(exGroupBarAll) property changes the "(All)" predefined string, being displayed on the top of the drop down grouping/filtering panel. 

The following screen shot shows the events with grouping colors applied, including the grouping panel:

The following screen shot shows the events with grouping colors applied, but with no grouping button/panel:

The following screen shot shows the events with no grouping colors apply: