C1ToolbarGroup control represents toolbar group that contains one or more toolbar strips.

Namespace:  C1.Silverlight.Toolbar
Assembly:  C1.Silverlight.Toolbar (in C1.Silverlight.Toolbar.dll)

Syntax

C#
[TemplatePartAttribute(Name = "Normal", Type = typeof(Grid))]
[TemplatePartAttribute(Name = "DropDown", Type = typeof(C1DropDownButton))]
[TemplatePartAttribute(Name = "DialogLauncher", Type = typeof(Button))]
[TemplatePartAttribute(Name = "NormalGrid", Type = typeof(Grid))]
[TemplatePartAttribute(Name = "Collapsed", Type = typeof(Grid))]
[TemplatePartAttribute(Name = "CollapsedGrid", Type = typeof(Grid))]
[TemplatePartAttribute(Name = "Items", Type = typeof(ItemsPresenter))]
public class C1ToolbarGroup : ItemsControl
Visual Basic
<TemplatePartAttribute(Name := "Normal", Type := GetType(Grid))> _
<TemplatePartAttribute(Name := "DropDown", Type := GetType(C1DropDownButton))> _
<TemplatePartAttribute(Name := "DialogLauncher", Type := GetType(Button))> _
<TemplatePartAttribute(Name := "NormalGrid", Type := GetType(Grid))> _
<TemplatePartAttribute(Name := "Collapsed", Type := GetType(Grid))> _
<TemplatePartAttribute(Name := "CollapsedGrid", Type := GetType(Grid))> _
<TemplatePartAttribute(Name := "Items", Type := GetType(ItemsPresenter))> _
Public Class C1ToolbarGroup _
	Inherits ItemsControl

Inheritance Hierarchy

See Also