ClassGroupIterationService
Class
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:
cs-api-definition
public class GroupIterationService
Inheritance: objectGroupIterationService
Methods
GetGroups()
Gets all appointment groups.
Declaration
cs-api-definition
public IEnumerable<IGroupIdentifier> GetGroups()
Returns
IEnumerable of groups.
GetGroupsIntersectingWithSlot(Slot)
Gets all appointment groups intersecting with current slot.
Declaration
cs-api-definition
public IEnumerable<IGroupIdentifier> GetGroupsIntersectingWithSlot(Slot slot)
Parameters
slot
The slot.
Returns
IEnumerable of groups.