ComponentOne GanttView for WinForms
C1.Win.C1GanttView.4.5.2 Assembly / C1.Win.C1GanttView Namespace / GroupModelCollection Class
Members

In This Topic
    GroupModelCollection Class
    In This Topic
    This class represents the collection of group models.
    Object Model
    GroupModelCollection Class
    Syntax
    'Declaration
     
    Public Class GroupModelCollection 
       Inherits System.Collections.ObjectModel.Collection(Of BaseGroup)
    public class GroupModelCollection : System.Collections.ObjectModel.Collection<BaseGroup> 
    Inheritance Hierarchy

    System.Object
       System.Collections.ObjectModel.Collection<T>
          C1.Win.C1GanttView.GroupModelCollection

    See Also