# C1.WPF.Docking.C1DockControl.DockTabControlStyle

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_WPF_Docking_C1DockControl_DockTabControlStyle_" data-uid="C1.WPF.Docking.C1DockControl.DockTabControlStyle*">DockTabControlStyle Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_WPF_Docking_C1DockControl_DockTabControlStyle_" data-uid="C1.WPF.Docking.C1DockControl.DockTabControlStyle*"></a>
<h4 id="C1_WPF_Docking_C1DockControl_DockTabControlStyle" data-uid="C1.WPF.Docking.C1DockControl.DockTabControlStyle">DockTabControlStyle</h4>
<div class="markdown level1 summary"><p>Gets or sets the Style that is applied to the inner <a class="xref" href="C1.WPF.Docking.C1DockTabControl.html">C1DockTabControl</a> instances.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public Style DockTabControlStyle { get; set; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Property DockTabControlStyle As Style</code></pre>
</div>
<h5 id="C1_WPF_Docking_C1DockControl_DockTabControlStyle_remarks">Remarks</h5>
<div class="markdown level1 remarks"><p>Most settings should be customized in this style and not directly in C1DockTabControl instances in the WPF so that they are not lost when the user rearranges the window and new C1DockTabControls are created.</p>
</div>
</div>
