ComponentOne Scheduler for WPF and Silverlight
SchedulerGroupItemCollection Class
Members 

C1.WPF.Schedule Namespace : SchedulerGroupItemCollection Class
Represents a collection of the SchedulerGroupItem objects.
Object Model
SchedulerGroupItemCollection Class
Syntax
'Declaration
 
Public Class SchedulerGroupItemCollection 
   Inherits C1.WPF.Schedule.DeferrableObservableCollection(Of SchedulerGroupItem)
public class SchedulerGroupItemCollection : C1.WPF.Schedule.DeferrableObservableCollection<SchedulerGroupItem> 
Inheritance Hierarchy

System.Object
   System.Collections.ObjectModel.Collection<T>
      System.Collections.ObjectModel.ObservableCollection<T>
         C1.WPF.Schedule.DeferrableObservableCollection<T>
            C1.WPF.Schedule.SchedulerGroupItemCollection

See Also

Reference

SchedulerGroupItemCollection Members
C1.WPF.Schedule Namespace