ComponentOne DockControl for WPF
C1.WPF.Docking Namespace / C1DockTabControl Class / ShowHeader Property

In This Topic
    ShowHeader Property (C1DockTabControl)
    In This Topic
    Gets or sets a value that determines whether the header of the currently selected C1DockTabItem is visible.
    Syntax
    'Declaration
     
    Public Property ShowHeader As Boolean
    public bool ShowHeader {get; set;}
    See Also