ComponentOne TileControl for WinForms
C1.Win.C1TileControl.4.5.2 Assembly / C1.Win.C1Tile Namespace / GroupCollection Class
Members

In This Topic
    GroupCollection Class
    In This Topic
    Represents a collection of groups.
    Object Model
    GroupCollection Class
    Syntax
    'Declaration
     
    
    Public Class GroupCollection 
       Inherits System.Collections.ObjectModel.Collection(Of Group)
    public class GroupCollection : System.Collections.ObjectModel.Collection<Group> 
    Inheritance Hierarchy

    System.Object
       System.Collections.ObjectModel.Collection<T>
          C1.Win.C1Tile.GroupCollection

    See Also