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

In This Topic
    GroupItemsSource Property (C1ToolbarTabItem)
    In This Topic
    Gets or sets the items source for toolbar groups that contains in toolbar tab item.
    Syntax
    'Declaration
     
    
    Public Property GroupItemsSource As IEnumerable
    public IEnumerable GroupItemsSource {get; set;}
    See Also