property Schedule.SingleGroupingView as Boolean
Indicates whether the schedule shows single or multiple groups of events at once.

TypeDescription
Boolean A Boolean expression that specifies whether the drop down grouping list displays radio buttons rather than check boxes.
By default, the SingleGroupingView property is False. 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 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 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. Use the Add method of the Groups collection to add new groups to the control.

The grouping button is displayed if:

The control displays groups if:

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

The following screen shot shows the drop down panel, if the SingleGroupingView property is False ( by default ):

The following screen shot shows the drop down panel, if the SingleGroupingView property is True: