C1ToolbarStripItem represents wrapper for the items on the C1ToolbarStrip. Each item added on the toolbar strip is put into the separate C1ToolbarStripItem.

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

Syntax

C#
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
public class C1ToolbarStripItem : ContentControl
Visual Basic
<EditorBrowsableAttribute(EditorBrowsableState.Never)> _
Public Class C1ToolbarStripItem _
	Inherits ContentControl

Inheritance Hierarchy

See Also