Componentone Toolbar for WPF and Silverlight
C1.WPF.Toolbar Namespace / C1ToolbarTabItem Class / Groups Property

In This Topic
    Groups Property (C1ToolbarTabItem)
    In This Topic
    Gets the collection of toolbar groups.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Groups As C1ToolbarGroupCollection
    public C1ToolbarGroupCollection Groups {get;}
    See Also