Scheduler for WPF | ComponentOne
C1.WPF.Schedule Namespace / SchedulerGroupItemCollection Class
Members

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

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

    See Also