Class GroupingHelper
Inheritance
System.Object
GroupingHelper
Namespace: Telerik.Windows.Controls.Scheduling
Assembly: Telerik.Windows.Scheduling.Core.dll
Syntax
public class GroupingHelper : Object
Constructors
GroupingHelper(IServiceProvider, IEnumerable<IGroupDescription>)
Declaration
public GroupingHelper(IServiceProvider services, IEnumerable<IGroupDescription> groupDescriptions)
Parameters
System.
|
System.
|
Properties
BottomLevelGroups
Declaration
public IEnumerable<GroupInfo> BottomLevelGroups { get; }
Property Value
System.
|
Groups
Declaration
public IEnumerable<GroupInfo> Groups { get; }
Property Value
System.
|