Scheduler for WinForms | ComponentOne
C1.Win.C1Schedule.4.5.2 Assembly / C1.Win.C1Schedule Namespace / ScheduleGroupItemCollection Class
Members

In This Topic
    ScheduleGroupItemCollection Class
    In This Topic
    Represents a collection of the ScheduleGroupItem objects.
    Object Model
    ScheduleGroupItemCollection Class
    Syntax
    'Declaration
     
    Public Class ScheduleGroupItemCollection 
       Inherits C1.C1Schedule.C1ObservableCollection(Of ScheduleGroupItem)
    public class ScheduleGroupItemCollection : C1.C1Schedule.C1ObservableCollection<ScheduleGroupItem> 
    Inheritance Hierarchy

    System.Object
       System.Collections.ObjectModel.Collection<T>
          C1.C1Schedule.C1ObservableCollection<T>
             C1.Win.C1Schedule.ScheduleGroupItemCollection

    See Also