Componentone Toolbar for WPF and Silverlight
C1.Silverlight.Toolbar Namespace / C1ToolbarGroupCollection Class
Members

In This Topic
    C1ToolbarGroupCollection Class
    In This Topic
    Represents collection of toolbar groups.
    Object Model
    C1ToolbarGroupCollection Class
    Syntax
    'Declaration
     
    
    Public Class C1ToolbarGroupCollection 
       Inherits System.Collections.ObjectModel.ObservableCollection(Of C1ToolbarGroup)
    Inheritance Hierarchy

    System.Object
       System.Collections.ObjectModel.Collection<T>
          System.Collections.ObjectModel.ObservableCollection<T>
             C1.Silverlight.Toolbar.C1ToolbarGroupCollection

    See Also