Scheduler for WinForms | ComponentOne
C1.Win.Schedule.6 Assembly / C1.Win.Schedule 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.Schedule.C1ObservableCollection(Of ScheduleGroupItem)
    public class ScheduleGroupItemCollection : C1.Schedule.C1ObservableCollection<ScheduleGroupItem> 
    Inheritance Hierarchy

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

    See Also