Represents a selectable item in a C1DockTabControl.

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

Syntax

C#
public class C1DockTabItem : C1TabItem
Visual Basic
Public Class C1DockTabItem _
	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.Docking..::..C1DockTabItem

See Also