New to Telerik UI for WPFStart a free 30-day trial

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()
Returns:

IEnumerable<IGroupIdentifier>

IEnumerable of groups.

Gets all appointment groups intersecting with current slot.

C#
public IEnumerable<IGroupIdentifier> GetGroupsIntersectingWithSlot(Slot slot)
Parameters:slotSlot

The slot.

Returns:

IEnumerable<IGroupIdentifier>

IEnumerable of groups.