ComponentOne DockControl for WPF
C1.WPF.Docking Namespace / C1DockTabItem Class
Members

In This Topic
    C1DockTabItem Class
    In This Topic
    Represents a selectable item in a C1DockTabControl.
    Object Model
    C1DockTabItem Class
    Syntax
    'Declaration
     
    Public Class C1DockTabItem 
       Inherits C1.WPF.C1TabItem
    public class C1DockTabItem : C1.WPF.C1TabItem 
    Inheritance Hierarchy

    System.Object
       System.Windows.Threading.DispatcherObject
          System.Windows.DependencyObject
             System.Windows.Media.Visual
                System.Windows.UIElement
                   System.Windows.FrameworkElement
                      System.Windows.Controls.Control
                         System.Windows.Controls.ContentControl
                            C1.WPF.C1TabItem
                               C1.WPF.Docking.C1DockTabItem

    See Also