Represents toolbar tab item.

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

Syntax

C#
[ContentPropertyAttribute("Groups")]
public class C1ToolbarTabItem : C1TabItem
Visual Basic
<ContentPropertyAttribute("Groups")> _
Public Class C1ToolbarTabItem _
	Inherits C1TabItem

Inheritance Hierarchy

System..::..Object
  System.Windows..::..DependencyObject
    System.Windows..::..UIElement
      System.Windows..::..FrameworkElement
        System.Windows.Controls..::..Control
          System.Windows.Controls..::..ContentControl
            C1TabItem
              C1.Silverlight.Toolbar..::..C1ToolbarTabItem

See Also