C1Toolbar control represents a toolbar that contains the controls consolidated in the toolbar groups. Usually C1Toolbar consists from one or more C1ToolbarGroups.

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

Syntax

C#
[ContentPropertyAttribute("ToolbarItems")]
public class C1Toolbar : C1ToolbarBase
Visual Basic
<ContentPropertyAttribute("ToolbarItems")> _
Public Class C1Toolbar _
	Inherits C1ToolbarBase

Inheritance Hierarchy

See Also