DateGroupDescription
Class
Definition
Namespace:Telerik.Windows.Controls.Scheduling
Assembly:Telerik.Windows.Scheduling.Core.dll
Syntax:
C#
public abstract class DateGroupDescription : IGroupDescription
Inheritance: objectDateGroupDescription
Derived Classes:
Implements:
Constructors
C#
protected DateGroupDescription()
Methods
C#
public IEnumerable GetAllGroups(IServiceProvider services)
Implements:
C#
public IDateRange GetFirstGroup(IDateRange visibleRange)
C#
public IEnumerable GetGroupsForItem(IServiceProvider services, object item)
Implements:
C#
public IEnumerable GetSubgroups(IServiceProvider services, object group)
Implements: