Class
GroupIterationService

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<IGroupIdentifier>

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

Slot

The slot.

Returns

IEnumerable<IGroupIdentifier>

IEnumerable of groups.