Class GroupIterationService
Inheritance
System.Object
GroupIterationService
Namespace: Telerik.UI.Xaml.Controls.Scheduler
Assembly: Telerik.WinUI.Controls.dll
Syntax
public class GroupIterationService : Object
Methods
GetGroups()
Declaration
public IEnumerable<IGroupIdentifier> GetGroups()
Returns
|
System.Collections.Generic.IEnumerable<IGroupIdentifier>
|
GetGroupsIntersectingWithSlot(Slot)
Declaration
public IEnumerable<IGroupIdentifier> GetGroupsIntersectingWithSlot(Slot slot)
Parameters
|
Slot
slot
|
Returns
|
System.Collections.Generic.IEnumerable<IGroupIdentifier>
|