Represents a service which retrieves data about the grouped appointments in the RadScheduleView control.
Definition
Namespace:Telerik.Windows.Controls.ScheduleView
Assembly:Telerik.Windows.Controls.ScheduleView.dll
Syntax:
C#
public class GroupIterationService
Inheritance: objectGroupIterationService
Methods
Gets all appointment groups.
C#
public IEnumerable<IGroupIdentifier> GetGroups()
IEnumerable of groups.
Gets all appointment groups intersecting with current slot.
C#
public IEnumerable<IGroupIdentifier> GetGroupsIntersectingWithSlot(Slot slot)
The slot.
Returns:IEnumerable of groups.