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

In This Topic
    Groups Property (C1SimplifiedTabItem)
    In This Topic
    ToolbarGroup for showing Controls
    Syntax
    'Declaration
     
    
    Public Property Groups As ObservableCollection(Of C1ToolbarGroup)
    public ObservableCollection<C1ToolbarGroup> Groups {get; set;}
    See Also