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