# C1.WPF.TabControl.C1TabControl

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_WPF_TabControl_C1TabControl" data-uid="C1.WPF.TabControl.C1TabControl" class="text-break">C1TabControl Class
</h1>
  <div class="markdown level0 summary"><p>Represents a control that contains multiple items that share the same space on the screen.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <div class="inheritance">
    <h5>Inheritance</h5>
    <div class="level0"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a></div>
    <div class="level1"><span class="xref">C1TabControl</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.inotifypropertychanged">INotifyPropertyChanged</a></div>
    <div><span class="xref">IAutomationProperties</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.WPF.TabControl.html">C1.WPF.TabControl</a></h6>
  <h6><strong>Assembly</strong>: C1.WPF.TabControl.dll</h6>
  <h5 id="C1_WPF_TabControl_C1TabControl_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[StyleTypedProperty(Property = &quot;ItemContainerStyle&quot;, StyleTargetType = typeof(C1TabItem))]
[StyleTypedProperty(Property = &quot;TabStripDropDownIconStyle&quot;, StyleTargetType = typeof(ContentControl))]
[StyleTypedProperty(Property = &quot;NextIconStyle&quot;, StyleTargetType = typeof(ContentControl))]
[StyleTypedProperty(Property = &quot;PreviousIconStyle&quot;, StyleTargetType = typeof(ContentControl))]
[StyleTypedProperty(Property = &quot;NextButtonStyle&quot;, StyleTargetType = typeof(C1RepeatButton))]
[StyleTypedProperty(Property = &quot;PreviousButtonStyle&quot;, StyleTargetType = typeof(C1RepeatButton))]
[StyleTypedProperty(Property = &quot;TabStripDropDownStyle&quot;, StyleTargetType = typeof(C1DropDownButton))]
[StyleTypedProperty(Property = &quot;CloseIconStyle&quot;, StyleTargetType = typeof(ContentControl))]
[StyleTypedProperty(Property = &quot;CloseButtonStyle&quot;, StyleTargetType = typeof(C1Button))]
[StyleTypedProperty(Property = &quot;TabHeaderStyle&quot;, StyleTargetType = typeof(C1TabItemPresenter))]
[StyleTypedProperty(Property = &quot;SelectedTabHeaderStyle&quot;, StyleTargetType = typeof(C1TabItemPresenter))]
[StyleTypedProperty(Property = &quot;PopupStyle&quot;, StyleTargetType = typeof(C1PopupBorder))]
[TemplatePart(Name = &quot;TabPanel&quot;, Type = typeof(C1TabPanel))]
[TemplatePart(Name = &quot;CloseButton&quot;, Type = typeof(C1Button))]
[TemplatePart(Name = &quot;SelectedItemContent&quot;, Type = typeof(ContentPresenter))]
[TemplatePart(Name = &quot;PreviousButton&quot;, Type = typeof(C1RepeatButton))]
[TemplatePart(Name = &quot;NextButton&quot;, Type = typeof(C1RepeatButton))]
[TemplatePart(Name = &quot;Menu&quot;, Type = typeof(C1MenuList))]
[TemplatePart(Name = &quot;TabStripDropDown&quot;, Type = typeof(C1DropDownButton))]
[TemplatePart(Name = &quot;Indicator&quot;, Type = typeof(Rectangle))]
[TemplatePart(Name = &quot;IndicatorScale&quot;, Type = typeof(ScaleTransform))]
[TemplatePart(Name = &quot;IndicatorTrans&quot;, Type = typeof(TranslateTransform))]
[TemplateVisualState(Name = &quot;Normal&quot;, GroupName = &quot;CommonStates&quot;)]
[TemplateVisualState(Name = &quot;MouseOver&quot;, GroupName = &quot;CommonStates&quot;)]
[TemplateVisualState(Name = &quot;Focused&quot;, GroupName = &quot;CommonStates&quot;)]
[TemplateVisualState(Name = &quot;Disabled&quot;, GroupName = &quot;CommonStates&quot;)]
[TemplateVisualState(Name = &quot;LeftTabStripPlacement&quot;, GroupName = &quot;TabStripPlacementStates&quot;)]
[TemplateVisualState(Name = &quot;TopTabStripPlacement&quot;, GroupName = &quot;TabStripPlacementStates&quot;)]
[TemplateVisualState(Name = &quot;RightTabStripPlacement&quot;, GroupName = &quot;TabStripPlacementStates&quot;)]
[TemplateVisualState(Name = &quot;BottomTabStripPlacement&quot;, GroupName = &quot;TabStripPlacementStates&quot;)]
[TemplateVisualState(Name = &quot;Rectangle&quot;, GroupName = &quot;ShapeStates&quot;)]
[TemplateVisualState(Name = &quot;Rounded&quot;, GroupName = &quot;ShapeStates&quot;)]
[TemplateVisualState(Name = &quot;Sloped&quot;, GroupName = &quot;ShapeStates&quot;)]
[TemplateVisualState(Name = &quot;Ribbon&quot;, GroupName = &quot;ShapeStates&quot;)]
public class C1TabControl : C1ItemsControl, INotifyPropertyChanged, IAutomationProperties</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">&lt;StyleTypedProperty(Property:=&quot;ItemContainerStyle&quot;, StyleTargetType:=GetType(C1TabItem))&gt;
&lt;StyleTypedProperty(Property:=&quot;TabStripDropDownIconStyle&quot;, StyleTargetType:=GetType(ContentControl))&gt;
&lt;StyleTypedProperty(Property:=&quot;NextIconStyle&quot;, StyleTargetType:=GetType(ContentControl))&gt;
&lt;StyleTypedProperty(Property:=&quot;PreviousIconStyle&quot;, StyleTargetType:=GetType(ContentControl))&gt;
&lt;StyleTypedProperty(Property:=&quot;NextButtonStyle&quot;, StyleTargetType:=GetType(C1RepeatButton))&gt;
&lt;StyleTypedProperty(Property:=&quot;PreviousButtonStyle&quot;, StyleTargetType:=GetType(C1RepeatButton))&gt;
&lt;StyleTypedProperty(Property:=&quot;TabStripDropDownStyle&quot;, StyleTargetType:=GetType(C1DropDownButton))&gt;
&lt;StyleTypedProperty(Property:=&quot;CloseIconStyle&quot;, StyleTargetType:=GetType(ContentControl))&gt;
&lt;StyleTypedProperty(Property:=&quot;CloseButtonStyle&quot;, StyleTargetType:=GetType(C1Button))&gt;
&lt;StyleTypedProperty(Property:=&quot;TabHeaderStyle&quot;, StyleTargetType:=GetType(C1TabItemPresenter))&gt;
&lt;StyleTypedProperty(Property:=&quot;SelectedTabHeaderStyle&quot;, StyleTargetType:=GetType(C1TabItemPresenter))&gt;
&lt;StyleTypedProperty(Property:=&quot;PopupStyle&quot;, StyleTargetType:=GetType(C1PopupBorder))&gt;
&lt;TemplatePart(Name:=&quot;TabPanel&quot;, Type:=GetType(C1TabPanel))&gt;
&lt;TemplatePart(Name:=&quot;CloseButton&quot;, Type:=GetType(C1Button))&gt;
&lt;TemplatePart(Name:=&quot;SelectedItemContent&quot;, Type:=GetType(ContentPresenter))&gt;
&lt;TemplatePart(Name:=&quot;PreviousButton&quot;, Type:=GetType(C1RepeatButton))&gt;
&lt;TemplatePart(Name:=&quot;NextButton&quot;, Type:=GetType(C1RepeatButton))&gt;
&lt;TemplatePart(Name:=&quot;Menu&quot;, Type:=GetType(C1MenuList))&gt;
&lt;TemplatePart(Name:=&quot;TabStripDropDown&quot;, Type:=GetType(C1DropDownButton))&gt;
&lt;TemplatePart(Name:=&quot;Indicator&quot;, Type:=GetType(Rectangle))&gt;
&lt;TemplatePart(Name:=&quot;IndicatorScale&quot;, Type:=GetType(ScaleTransform))&gt;
&lt;TemplatePart(Name:=&quot;IndicatorTrans&quot;, Type:=GetType(TranslateTransform))&gt;
&lt;TemplateVisualState(Name:=&quot;Normal&quot;, GroupName:=&quot;CommonStates&quot;)&gt;
&lt;TemplateVisualState(Name:=&quot;MouseOver&quot;, GroupName:=&quot;CommonStates&quot;)&gt;
&lt;TemplateVisualState(Name:=&quot;Focused&quot;, GroupName:=&quot;CommonStates&quot;)&gt;
&lt;TemplateVisualState(Name:=&quot;Disabled&quot;, GroupName:=&quot;CommonStates&quot;)&gt;
&lt;TemplateVisualState(Name:=&quot;LeftTabStripPlacement&quot;, GroupName:=&quot;TabStripPlacementStates&quot;)&gt;
&lt;TemplateVisualState(Name:=&quot;TopTabStripPlacement&quot;, GroupName:=&quot;TabStripPlacementStates&quot;)&gt;
&lt;TemplateVisualState(Name:=&quot;RightTabStripPlacement&quot;, GroupName:=&quot;TabStripPlacementStates&quot;)&gt;
&lt;TemplateVisualState(Name:=&quot;BottomTabStripPlacement&quot;, GroupName:=&quot;TabStripPlacementStates&quot;)&gt;
&lt;TemplateVisualState(Name:=&quot;Rectangle&quot;, GroupName:=&quot;ShapeStates&quot;)&gt;
&lt;TemplateVisualState(Name:=&quot;Rounded&quot;, GroupName:=&quot;ShapeStates&quot;)&gt;
&lt;TemplateVisualState(Name:=&quot;Sloped&quot;, GroupName:=&quot;ShapeStates&quot;)&gt;
&lt;TemplateVisualState(Name:=&quot;Ribbon&quot;, GroupName:=&quot;ShapeStates&quot;)&gt;
Public Class C1TabControl
    Inherits C1ItemsControl
    Implements INotifyPropertyChanged, IAutomationProperties</code></pre>
  </div>
  <h3 id="constructors">Constructors
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_WPF_TabControl_C1TabControl__ctor" data-uid="C1.WPF.TabControl.C1TabControl.#ctor">
          <a class="xref" href="C1.WPF.TabControl.C1TabControl.-ctor.html#C1_WPF_TabControl_C1TabControl__ctor">C1TabControl()</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="C1.WPF.TabControl.C1TabControl.html">C1TabControl</a> class.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="fields">Fields
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_WPF_TabControl_C1TabControl_CanUserReorderProperty" data-uid="C1.WPF.TabControl.C1TabControl.CanUserReorderProperty">
          <a class="xref" href="C1.WPF.TabControl.C1TabControl.CanUserReorderProperty.html">CanUserReorderProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.TabControl.C1TabControl.CanUserReorder.html#C1_WPF_TabControl_C1TabControl_CanUserReorder">CanUserReorder</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_TabControl_C1TabControl_CloseButtonStyleProperty" data-uid="C1.WPF.TabControl.C1TabControl.CloseButtonStyleProperty">
          <a class="xref" href="C1.WPF.TabControl.C1TabControl.CloseButtonStyleProperty.html">CloseButtonStyleProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.TabControl.C1TabControl.CloseButtonStyle.html#C1_WPF_TabControl_C1TabControl_CloseButtonStyle">CloseButtonStyle</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_TabControl_C1TabControl_CloseIconStyleProperty" data-uid="C1.WPF.TabControl.C1TabControl.CloseIconStyleProperty">
          <a class="xref" href="C1.WPF.TabControl.C1TabControl.CloseIconStyleProperty.html">CloseIconStyleProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.TabControl.C1TabControl.CloseIconStyle.html#C1_WPF_TabControl_C1TabControl_CloseIconStyle">CloseIconStyle</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_TabControl_C1TabControl_CloseIconTemplateProperty" data-uid="C1.WPF.TabControl.C1TabControl.CloseIconTemplateProperty">
          <a class="xref" href="C1.WPF.TabControl.C1TabControl.CloseIconTemplateProperty.html">CloseIconTemplateProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.TabControl.C1TabControl.CloseIconTemplate.html#C1_WPF_TabControl_C1TabControl_CloseIconTemplate">CloseIconTemplate</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_TabControl_C1TabControl_ContentTemplateProperty" data-uid="C1.WPF.TabControl.C1TabControl.ContentTemplateProperty">
          <a class="xref" href="C1.WPF.TabControl.C1TabControl.ContentTemplateProperty.html">ContentTemplateProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.TabControl.C1TabControl.ContentTemplate.html#C1_WPF_TabControl_C1TabControl_ContentTemplate">ContentTemplate</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_TabControl_C1TabControl_ContentTemplateSelectorProperty" data-uid="C1.WPF.TabControl.C1TabControl.ContentTemplateSelectorProperty">
          <a class="xref" href="C1.WPF.TabControl.C1TabControl.ContentTemplateSelectorProperty.html">ContentTemplateSelectorProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the ContentTemplateSelectorProperty dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_TabControl_C1TabControl_IndicatorBrushProperty" data-uid="C1.WPF.TabControl.C1TabControl.IndicatorBrushProperty">
          <a class="xref" href="C1.WPF.TabControl.C1TabControl.IndicatorBrushProperty.html">IndicatorBrushProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.TabControl.C1TabControl.IndicatorBrush.html#C1_WPF_TabControl_C1TabControl_IndicatorBrush">IndicatorBrush</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_TabControl_C1TabControl_IndicatorPlacementProperty" data-uid="C1.WPF.TabControl.C1TabControl.IndicatorPlacementProperty">
          <a class="xref" href="C1.WPF.TabControl.C1TabControl.IndicatorPlacementProperty.html">IndicatorPlacementProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.TabControl.C1TabControl.IndicatorPlacement.html#C1_WPF_TabControl_C1TabControl_IndicatorPlacement">IndicatorPlacement</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_TabControl_C1TabControl_IndicatorSizeProperty" data-uid="C1.WPF.TabControl.C1TabControl.IndicatorSizeProperty">
          <a class="xref" href="C1.WPF.TabControl.C1TabControl.IndicatorSizeProperty.html">IndicatorSizeProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.TabControl.C1TabControl.IndicatorSize.html#C1_WPF_TabControl_C1TabControl_IndicatorSize">IndicatorSize</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_TabControl_C1TabControl_IndicatorVisibilityProperty" data-uid="C1.WPF.TabControl.C1TabControl.IndicatorVisibilityProperty">
          <a class="xref" href="C1.WPF.TabControl.C1TabControl.IndicatorVisibilityProperty.html">IndicatorVisibilityProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.TabControl.C1TabControl.IndicatorVisibility.html#C1_WPF_TabControl_C1TabControl_IndicatorVisibility">IndicatorVisibility</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_TabControl_C1TabControl_MouseOverBrushProperty" data-uid="C1.WPF.TabControl.C1TabControl.MouseOverBrushProperty">
          <a class="xref" href="C1.WPF.TabControl.C1TabControl.MouseOverBrushProperty.html">MouseOverBrushProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.TabControl.C1TabControl.MouseOverBrush.html#C1_WPF_TabControl_C1TabControl_MouseOverBrush">MouseOverBrush</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_TabControl_C1TabControl_NextButtonStyleProperty" data-uid="C1.WPF.TabControl.C1TabControl.NextButtonStyleProperty">
          <a class="xref" href="C1.WPF.TabControl.C1TabControl.NextButtonStyleProperty.html">NextButtonStyleProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.TabControl.C1TabControl.NextButtonStyle.html#C1_WPF_TabControl_C1TabControl_NextButtonStyle">NextButtonStyle</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_TabControl_C1TabControl_NextIconStyleProperty" data-uid="C1.WPF.TabControl.C1TabControl.NextIconStyleProperty">
          <a class="xref" href="C1.WPF.TabControl.C1TabControl.NextIconStyleProperty.html">NextIconStyleProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.TabControl.C1TabControl.NextIconStyle.html#C1_WPF_TabControl_C1TabControl_NextIconStyle">NextIconStyle</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_TabControl_C1TabControl_NextIconTemplateProperty" data-uid="C1.WPF.TabControl.C1TabControl.NextIconTemplateProperty">
          <a class="xref" href="C1.WPF.TabControl.C1TabControl.NextIconTemplateProperty.html">NextIconTemplateProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.TabControl.C1TabControl.NextIconTemplate.html#C1_WPF_TabControl_C1TabControl_NextIconTemplate">NextIconTemplate</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_TabControl_C1TabControl_PopupStyleProperty" data-uid="C1.WPF.TabControl.C1TabControl.PopupStyleProperty">
          <a class="xref" href="C1.WPF.TabControl.C1TabControl.PopupStyleProperty.html">PopupStyleProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.TabControl.C1TabControl.PopupStyle.html#C1_WPF_TabControl_C1TabControl_PopupStyle">PopupStyle</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_TabControl_C1TabControl_PressedBrushProperty" data-uid="C1.WPF.TabControl.C1TabControl.PressedBrushProperty">
          <a class="xref" href="C1.WPF.TabControl.C1TabControl.PressedBrushProperty.html">PressedBrushProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.TabControl.C1TabControl.PressedBrush.html#C1_WPF_TabControl_C1TabControl_PressedBrush">PressedBrush</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_TabControl_C1TabControl_PreviousButtonStyleProperty" data-uid="C1.WPF.TabControl.C1TabControl.PreviousButtonStyleProperty">
          <a class="xref" href="C1.WPF.TabControl.C1TabControl.PreviousButtonStyleProperty.html">PreviousButtonStyleProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.TabControl.C1TabControl.PreviousButtonStyle.html#C1_WPF_TabControl_C1TabControl_PreviousButtonStyle">PreviousButtonStyle</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_TabControl_C1TabControl_PreviousIconStyleProperty" data-uid="C1.WPF.TabControl.C1TabControl.PreviousIconStyleProperty">
          <a class="xref" href="C1.WPF.TabControl.C1TabControl.PreviousIconStyleProperty.html">PreviousIconStyleProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.TabControl.C1TabControl.PreviousIconStyle.html#C1_WPF_TabControl_C1TabControl_PreviousIconStyle">PreviousIconStyle</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_TabControl_C1TabControl_PreviousIconTemplateProperty" data-uid="C1.WPF.TabControl.C1TabControl.PreviousIconTemplateProperty">
          <a class="xref" href="C1.WPF.TabControl.C1TabControl.PreviousIconTemplateProperty.html">PreviousIconTemplateProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.TabControl.C1TabControl.PreviousIconTemplate.html#C1_WPF_TabControl_C1TabControl_PreviousIconTemplate">PreviousIconTemplate</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_TabControl_C1TabControl_SelectedContentProperty" data-uid="C1.WPF.TabControl.C1TabControl.SelectedContentProperty">
          <a class="xref" href="C1.WPF.TabControl.C1TabControl.SelectedContentProperty.html">SelectedContentProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.controls.tabcontrol.selectedcontent">SelectedContent</a>
dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_TabControl_C1TabControl_SelectedIndexProperty" data-uid="C1.WPF.TabControl.C1TabControl.SelectedIndexProperty">
          <a class="xref" href="C1.WPF.TabControl.C1TabControl.SelectedIndexProperty.html">SelectedIndexProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.TabControl.C1TabControl.SelectedIndex.html#C1_WPF_TabControl_C1TabControl_SelectedIndex">SelectedIndex</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_TabControl_C1TabControl_SelectedItemProperty" data-uid="C1.WPF.TabControl.C1TabControl.SelectedItemProperty">
          <a class="xref" href="C1.WPF.TabControl.C1TabControl.SelectedItemProperty.html">SelectedItemProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the
<span class="xref">System.Windows.Controls.TabControl.SelectedItem</span>
dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_TabControl_C1TabControl_SelectedTabHeaderStyleProperty" data-uid="C1.WPF.TabControl.C1TabControl.SelectedTabHeaderStyleProperty">
          <a class="xref" href="C1.WPF.TabControl.C1TabControl.SelectedTabHeaderStyleProperty.html">SelectedTabHeaderStyleProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.TabControl.C1TabControl.SelectedTabHeaderStyle.html#C1_WPF_TabControl_C1TabControl_SelectedTabHeaderStyle">SelectedTabHeaderStyle</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_TabControl_C1TabControl_ShowSingleTabProperty" data-uid="C1.WPF.TabControl.C1TabControl.ShowSingleTabProperty">
          <a class="xref" href="C1.WPF.TabControl.C1TabControl.ShowSingleTabProperty.html">ShowSingleTabProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.TabControl.C1TabControl.ShowSingleTab.html#C1_WPF_TabControl_C1TabControl_ShowSingleTab">ShowSingleTab</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_TabControl_C1TabControl_TabHeaderStyleProperty" data-uid="C1.WPF.TabControl.C1TabControl.TabHeaderStyleProperty">
          <a class="xref" href="C1.WPF.TabControl.C1TabControl.TabHeaderStyleProperty.html">TabHeaderStyleProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.TabControl.C1TabControl.TabHeaderStyle.html#C1_WPF_TabControl_C1TabControl_TabHeaderStyle">TabHeaderStyle</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_TabControl_C1TabControl_TabItemCloseProperty" data-uid="C1.WPF.TabControl.C1TabControl.TabItemCloseProperty">
          <a class="xref" href="C1.WPF.TabControl.C1TabControl.TabItemCloseProperty.html">TabItemCloseProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.TabControl.C1TabControl.TabItemClose.html#C1_WPF_TabControl_C1TabControl_TabItemClose">TabItemClose</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_TabControl_C1TabControl_TabItemRotationProperty" data-uid="C1.WPF.TabControl.C1TabControl.TabItemRotationProperty">
          <a class="xref" href="C1.WPF.TabControl.C1TabControl.TabItemRotationProperty.html">TabItemRotationProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.TabControl.C1TabControl.TabItemRotation.html#C1_WPF_TabControl_C1TabControl_TabItemRotation">TabItemRotation</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_TabControl_C1TabControl_TabItemShapeProperty" data-uid="C1.WPF.TabControl.C1TabControl.TabItemShapeProperty">
          <a class="xref" href="C1.WPF.TabControl.C1TabControl.TabItemShapeProperty.html">TabItemShapeProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.TabControl.C1TabControl.TabItemShape.html#C1_WPF_TabControl_C1TabControl_TabItemShape">TabItemShape</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_TabControl_C1TabControl_TabStripDropDownIconStyleProperty" data-uid="C1.WPF.TabControl.C1TabControl.TabStripDropDownIconStyleProperty">
          <a class="xref" href="C1.WPF.TabControl.C1TabControl.TabStripDropDownIconStyleProperty.html">TabStripDropDownIconStyleProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.TabControl.C1TabControl.TabStripDropDownIconStyle.html#C1_WPF_TabControl_C1TabControl_TabStripDropDownIconStyle">TabStripDropDownIconStyle</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_TabControl_C1TabControl_TabStripDropDownIconTemplateProperty" data-uid="C1.WPF.TabControl.C1TabControl.TabStripDropDownIconTemplateProperty">
          <a class="xref" href="C1.WPF.TabControl.C1TabControl.TabStripDropDownIconTemplateProperty.html">TabStripDropDownIconTemplateProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.TabControl.C1TabControl.TabStripDropDownIconTemplate.html#C1_WPF_TabControl_C1TabControl_TabStripDropDownIconTemplate">TabStripDropDownIconTemplate</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_TabControl_C1TabControl_TabStripDropDownStyleProperty" data-uid="C1.WPF.TabControl.C1TabControl.TabStripDropDownStyleProperty">
          <a class="xref" href="C1.WPF.TabControl.C1TabControl.TabStripDropDownStyleProperty.html">TabStripDropDownStyleProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.TabControl.C1TabControl.TabStripDropDownStyle.html#C1_WPF_TabControl_C1TabControl_TabStripDropDownStyle">TabStripDropDownStyle</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_TabControl_C1TabControl_TabStripHorizontalAlignmentProperty" data-uid="C1.WPF.TabControl.C1TabControl.TabStripHorizontalAlignmentProperty">
          <a class="xref" href="C1.WPF.TabControl.C1TabControl.TabStripHorizontalAlignmentProperty.html">TabStripHorizontalAlignmentProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.TabControl.C1TabControl.TabStripHorizontalAlignment.html#C1_WPF_TabControl_C1TabControl_TabStripHorizontalAlignment">TabStripHorizontalAlignment</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_TabControl_C1TabControl_TabStripMenuVisibilityProperty" data-uid="C1.WPF.TabControl.C1TabControl.TabStripMenuVisibilityProperty">
          <a class="xref" href="C1.WPF.TabControl.C1TabControl.TabStripMenuVisibilityProperty.html">TabStripMenuVisibilityProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.TabControl.C1TabControl.TabStripMenuVisibility.html#C1_WPF_TabControl_C1TabControl_TabStripMenuVisibility">TabStripMenuVisibility</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_TabControl_C1TabControl_TabStripOverlapDirectionProperty" data-uid="C1.WPF.TabControl.C1TabControl.TabStripOverlapDirectionProperty">
          <a class="xref" href="C1.WPF.TabControl.C1TabControl.TabStripOverlapDirectionProperty.html">TabStripOverlapDirectionProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.TabControl.C1TabControl.TabStripOverlapDirection.html#C1_WPF_TabControl_C1TabControl_TabStripOverlapDirection">TabStripOverlapDirection</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_TabControl_C1TabControl_TabStripOverlapProperty" data-uid="C1.WPF.TabControl.C1TabControl.TabStripOverlapProperty">
          <a class="xref" href="C1.WPF.TabControl.C1TabControl.TabStripOverlapProperty.html">TabStripOverlapProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.TabControl.C1TabControl.TabStripOverlap.html#C1_WPF_TabControl_C1TabControl_TabStripOverlap">TabStripOverlap</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_TabControl_C1TabControl_TabStripPlacementProperty" data-uid="C1.WPF.TabControl.C1TabControl.TabStripPlacementProperty">
          <a class="xref" href="C1.WPF.TabControl.C1TabControl.TabStripPlacementProperty.html">TabStripPlacementProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.TabControl.C1TabControl.TabStripPlacement.html#C1_WPF_TabControl_C1TabControl_TabStripPlacement">TabStripPlacement</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_TabControl_C1TabControl_TabStripVerticalAlignmentProperty" data-uid="C1.WPF.TabControl.C1TabControl.TabStripVerticalAlignmentProperty">
          <a class="xref" href="C1.WPF.TabControl.C1TabControl.TabStripVerticalAlignmentProperty.html">TabStripVerticalAlignmentProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.TabControl.C1TabControl.TabStripVerticalAlignment.html#C1_WPF_TabControl_C1TabControl_TabStripVerticalAlignment">TabStripVerticalAlignment</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_TabControl_C1TabControl_UnselectedContentModeProperty" data-uid="C1.WPF.TabControl.C1TabControl.UnselectedContentModeProperty">
          <a class="xref" href="C1.WPF.TabControl.C1TabControl.UnselectedContentModeProperty.html">UnselectedContentModeProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.TabControl.C1TabControl.UnselectedContentMode.html#C1_WPF_TabControl_C1TabControl_UnselectedContentMode">UnselectedContentMode</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_TabControl_C1TabControl_UpdateSourceCollectionProperty" data-uid="C1.WPF.TabControl.C1TabControl.UpdateSourceCollectionProperty">
          <a class="xref" href="C1.WPF.TabControl.C1TabControl.UpdateSourceCollectionProperty.html">UpdateSourceCollectionProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.TabControl.C1TabControl.UpdateSourceCollection.html#C1_WPF_TabControl_C1TabControl_UpdateSourceCollection">UpdateSourceCollection</a> dependency property.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="properties">Properties
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_WPF_TabControl_C1TabControl_ActualSelectedTabHeaderStyle" data-uid="C1.WPF.TabControl.C1TabControl.ActualSelectedTabHeaderStyle">
          <a class="xref" href="C1.WPF.TabControl.C1TabControl.ActualSelectedTabHeaderStyle.html#C1_WPF_TabControl_C1TabControl_ActualSelectedTabHeaderStyle">ActualSelectedTabHeaderStyle</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the actual style that will be applied to the row-header cells when they are selected.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_TabControl_C1TabControl_AutomationEnabled" data-uid="C1.WPF.TabControl.C1TabControl.AutomationEnabled">
          <a class="xref" href="C1.WPF.TabControl.C1TabControl.AutomationEnabled.html#C1_WPF_TabControl_C1TabControl_AutomationEnabled">AutomationEnabled</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_WPF_TabControl_C1TabControl_CanUserReorder" data-uid="C1.WPF.TabControl.C1TabControl.CanUserReorder">
          <a class="xref" href="C1.WPF.TabControl.C1TabControl.CanUserReorder.html#C1_WPF_TabControl_C1TabControl_CanUserReorder">CanUserReorder</a>
        </td>
        <td class="markdown level1 summary"><p>Whether the user is allowed to drag and drop and reorder C1TabItems from this C1TabControl.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_TabControl_C1TabControl_CloseButtonStyle" data-uid="C1.WPF.TabControl.C1TabControl.CloseButtonStyle">
          <a class="xref" href="C1.WPF.TabControl.C1TabControl.CloseButtonStyle.html#C1_WPF_TabControl_C1TabControl_CloseButtonStyle">CloseButtonStyle</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the style of the close button.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_TabControl_C1TabControl_CloseIconStyle" data-uid="C1.WPF.TabControl.C1TabControl.CloseIconStyle">
          <a class="xref" href="C1.WPF.TabControl.C1TabControl.CloseIconStyle.html#C1_WPF_TabControl_C1TabControl_CloseIconStyle">CloseIconStyle</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the style of the close icon.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_TabControl_C1TabControl_CloseIconTemplate" data-uid="C1.WPF.TabControl.C1TabControl.CloseIconTemplate">
          <a class="xref" href="C1.WPF.TabControl.C1TabControl.CloseIconTemplate.html#C1_WPF_TabControl_C1TabControl_CloseIconTemplate">CloseIconTemplate</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the template of the close icon.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_TabControl_C1TabControl_ContentTemplate" data-uid="C1.WPF.TabControl.C1TabControl.ContentTemplate">
          <a class="xref" href="C1.WPF.TabControl.C1TabControl.ContentTemplate.html#C1_WPF_TabControl_C1TabControl_ContentTemplate">ContentTemplate</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the DataTemplate to apply to any TabItem that does not have a ContentTemplate property defined.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_TabControl_C1TabControl_ContentTemplateSelector" data-uid="C1.WPF.TabControl.C1TabControl.ContentTemplateSelector">
          <a class="xref" href="C1.WPF.TabControl.C1TabControl.ContentTemplateSelector.html#C1_WPF_TabControl_C1TabControl_ContentTemplateSelector">ContentTemplateSelector</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a custom logic for choosing the template used to display the content of the control</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_TabControl_C1TabControl_IndicatorBrush" data-uid="C1.WPF.TabControl.C1TabControl.IndicatorBrush">
          <a class="xref" href="C1.WPF.TabControl.C1TabControl.IndicatorBrush.html#C1_WPF_TabControl_C1TabControl_IndicatorBrush">IndicatorBrush</a>
        </td>
        <td class="markdown level1 summary"><p>Brush for Indicator</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_TabControl_C1TabControl_IndicatorPlacement" data-uid="C1.WPF.TabControl.C1TabControl.IndicatorPlacement">
          <a class="xref" href="C1.WPF.TabControl.C1TabControl.IndicatorPlacement.html#C1_WPF_TabControl_C1TabControl_IndicatorPlacement">IndicatorPlacement</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the location of the panel with the tabs relative to the indicator.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_TabControl_C1TabControl_IndicatorSize" data-uid="C1.WPF.TabControl.C1TabControl.IndicatorSize">
          <a class="xref" href="C1.WPF.TabControl.C1TabControl.IndicatorSize.html#C1_WPF_TabControl_C1TabControl_IndicatorSize">IndicatorSize</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the indicator size.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_TabControl_C1TabControl_IndicatorVisibility" data-uid="C1.WPF.TabControl.C1TabControl.IndicatorVisibility">
          <a class="xref" href="C1.WPF.TabControl.C1TabControl.IndicatorVisibility.html#C1_WPF_TabControl_C1TabControl_IndicatorVisibility">IndicatorVisibility</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the visibility of the indicator.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_TabControl_C1TabControl_IsFocused" data-uid="C1.WPF.TabControl.C1TabControl.IsFocused">
          <a class="xref" href="C1.WPF.TabControl.C1TabControl.IsFocused.html#C1_WPF_TabControl_C1TabControl_IsFocused">IsFocused</a>
        </td>
        <td class="markdown level1 summary"><p>Gets whether the control is focused.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_TabControl_C1TabControl_MouseOverBrush" data-uid="C1.WPF.TabControl.C1TabControl.MouseOverBrush">
          <a class="xref" href="C1.WPF.TabControl.C1TabControl.MouseOverBrush.html#C1_WPF_TabControl_C1TabControl_MouseOverBrush">MouseOverBrush</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.media.brush">Brush</a> used to highlight the control when it has the mouse over.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_TabControl_C1TabControl_NextButtonStyle" data-uid="C1.WPF.TabControl.C1TabControl.NextButtonStyle">
          <a class="xref" href="C1.WPF.TabControl.C1TabControl.NextButtonStyle.html#C1_WPF_TabControl_C1TabControl_NextButtonStyle">NextButtonStyle</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the style of the next button.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_TabControl_C1TabControl_NextIconStyle" data-uid="C1.WPF.TabControl.C1TabControl.NextIconStyle">
          <a class="xref" href="C1.WPF.TabControl.C1TabControl.NextIconStyle.html#C1_WPF_TabControl_C1TabControl_NextIconStyle">NextIconStyle</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets icon style of the next button.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_TabControl_C1TabControl_NextIconTemplate" data-uid="C1.WPF.TabControl.C1TabControl.NextIconTemplate">
          <a class="xref" href="C1.WPF.TabControl.C1TabControl.NextIconTemplate.html#C1_WPF_TabControl_C1TabControl_NextIconTemplate">NextIconTemplate</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets icon template of the next button.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_TabControl_C1TabControl_PopupStyle" data-uid="C1.WPF.TabControl.C1TabControl.PopupStyle">
          <a class="xref" href="C1.WPF.TabControl.C1TabControl.PopupStyle.html#C1_WPF_TabControl_C1TabControl_PopupStyle">PopupStyle</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the style of the popup.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_TabControl_C1TabControl_PressedBrush" data-uid="C1.WPF.TabControl.C1TabControl.PressedBrush">
          <a class="xref" href="C1.WPF.TabControl.C1TabControl.PressedBrush.html#C1_WPF_TabControl_C1TabControl_PressedBrush">PressedBrush</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.media.brush">Brush</a> used to paint a button when it is pressed.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_TabControl_C1TabControl_PreviousButtonStyle" data-uid="C1.WPF.TabControl.C1TabControl.PreviousButtonStyle">
          <a class="xref" href="C1.WPF.TabControl.C1TabControl.PreviousButtonStyle.html#C1_WPF_TabControl_C1TabControl_PreviousButtonStyle">PreviousButtonStyle</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the style of the previous button.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_TabControl_C1TabControl_PreviousIconStyle" data-uid="C1.WPF.TabControl.C1TabControl.PreviousIconStyle">
          <a class="xref" href="C1.WPF.TabControl.C1TabControl.PreviousIconStyle.html#C1_WPF_TabControl_C1TabControl_PreviousIconStyle">PreviousIconStyle</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets icon style of the previous button.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_TabControl_C1TabControl_PreviousIconTemplate" data-uid="C1.WPF.TabControl.C1TabControl.PreviousIconTemplate">
          <a class="xref" href="C1.WPF.TabControl.C1TabControl.PreviousIconTemplate.html#C1_WPF_TabControl_C1TabControl_PreviousIconTemplate">PreviousIconTemplate</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets icon template of the previous button.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_TabControl_C1TabControl_SelectedContent" data-uid="C1.WPF.TabControl.C1TabControl.SelectedContent">
          <a class="xref" href="C1.WPF.TabControl.C1TabControl.SelectedContent.html#C1_WPF_TabControl_C1TabControl_SelectedContent">SelectedContent</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the content of the currently selected
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.controls.tabitem">TabItem</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_TabControl_C1TabControl_SelectedIndex" data-uid="C1.WPF.TabControl.C1TabControl.SelectedIndex">
          <a class="xref" href="C1.WPF.TabControl.C1TabControl.SelectedIndex.html#C1_WPF_TabControl_C1TabControl_SelectedIndex">SelectedIndex</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the index of the currently selected
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.controls.tabitem">TabItem</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_TabControl_C1TabControl_SelectedItem" data-uid="C1.WPF.TabControl.C1TabControl.SelectedItem">
          <a class="xref" href="C1.WPF.TabControl.C1TabControl.SelectedItem.html#C1_WPF_TabControl_C1TabControl_SelectedItem">SelectedItem</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the selected item or returns null if the selection is empty.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_TabControl_C1TabControl_SelectedTabHeaderStyle" data-uid="C1.WPF.TabControl.C1TabControl.SelectedTabHeaderStyle">
          <a class="xref" href="C1.WPF.TabControl.C1TabControl.SelectedTabHeaderStyle.html#C1_WPF_TabControl_C1TabControl_SelectedTabHeaderStyle">SelectedTabHeaderStyle</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the style of the selected tab header.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_TabControl_C1TabControl_ShowSingleTab" data-uid="C1.WPF.TabControl.C1TabControl.ShowSingleTab">
          <a class="xref" href="C1.WPF.TabControl.C1TabControl.ShowSingleTab.html#C1_WPF_TabControl_C1TabControl_ShowSingleTab">ShowSingleTab</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value that determines whether the tab strip is shown when the control has only one child.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_TabControl_C1TabControl_TabHeaderStyle" data-uid="C1.WPF.TabControl.C1TabControl.TabHeaderStyle">
          <a class="xref" href="C1.WPF.TabControl.C1TabControl.TabHeaderStyle.html#C1_WPF_TabControl_C1TabControl_TabHeaderStyle">TabHeaderStyle</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the style of the tab header.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_TabControl_C1TabControl_TabItemClose" data-uid="C1.WPF.TabControl.C1TabControl.TabItemClose">
          <a class="xref" href="C1.WPF.TabControl.C1TabControl.TabItemClose.html#C1_WPF_TabControl_C1TabControl_TabItemClose">TabItemClose</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the location of the Close button.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_TabControl_C1TabControl_TabItemRotation" data-uid="C1.WPF.TabControl.C1TabControl.TabItemRotation">
          <a class="xref" href="C1.WPF.TabControl.C1TabControl.TabItemRotation.html#C1_WPF_TabControl_C1TabControl_TabItemRotation">TabItemRotation</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets angle of rotation of tab item content.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_TabControl_C1TabControl_TabItemShape" data-uid="C1.WPF.TabControl.C1TabControl.TabItemShape">
          <a class="xref" href="C1.WPF.TabControl.C1TabControl.TabItemShape.html#C1_WPF_TabControl_C1TabControl_TabItemShape">TabItemShape</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the geometric shape of the tabs.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_TabControl_C1TabControl_TabPanel" data-uid="C1.WPF.TabControl.C1TabControl.TabPanel">
          <a class="xref" href="C1.WPF.TabControl.C1TabControl.TabPanel.html#C1_WPF_TabControl_C1TabControl_TabPanel">TabPanel</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_WPF_TabControl_C1TabControl_TabStripDropDownIconStyle" data-uid="C1.WPF.TabControl.C1TabControl.TabStripDropDownIconStyle">
          <a class="xref" href="C1.WPF.TabControl.C1TabControl.TabStripDropDownIconStyle.html#C1_WPF_TabControl_C1TabControl_TabStripDropDownIconStyle">TabStripDropDownIconStyle</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets icon style of the tab strip drop down.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_TabControl_C1TabControl_TabStripDropDownIconTemplate" data-uid="C1.WPF.TabControl.C1TabControl.TabStripDropDownIconTemplate">
          <a class="xref" href="C1.WPF.TabControl.C1TabControl.TabStripDropDownIconTemplate.html#C1_WPF_TabControl_C1TabControl_TabStripDropDownIconTemplate">TabStripDropDownIconTemplate</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets icon template of the tab strip drop down.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_TabControl_C1TabControl_TabStripDropDownStyle" data-uid="C1.WPF.TabControl.C1TabControl.TabStripDropDownStyle">
          <a class="xref" href="C1.WPF.TabControl.C1TabControl.TabStripDropDownStyle.html#C1_WPF_TabControl_C1TabControl_TabStripDropDownStyle">TabStripDropDownStyle</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the style of the tab-strip drop-down which show the hidden tabs in a menu.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_TabControl_C1TabControl_TabStripHorizontalAlignment" data-uid="C1.WPF.TabControl.C1TabControl.TabStripHorizontalAlignment">
          <a class="xref" href="C1.WPF.TabControl.C1TabControl.TabStripHorizontalAlignment.html#C1_WPF_TabControl_C1TabControl_TabStripHorizontalAlignment">TabStripHorizontalAlignment</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the horizontal alignment of the group of <a class="xref" href="C1.WPF.TabControl.C1TabItem.html">C1TabItem</a>s.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_TabControl_C1TabControl_TabStripMenuVisibility" data-uid="C1.WPF.TabControl.C1TabControl.TabStripMenuVisibility">
          <a class="xref" href="C1.WPF.TabControl.C1TabControl.TabStripMenuVisibility.html#C1_WPF_TabControl_C1TabControl_TabStripMenuVisibility">TabStripMenuVisibility</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the visibility of the menu listing the items.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_TabControl_C1TabControl_TabStripOverlap" data-uid="C1.WPF.TabControl.C1TabControl.TabStripOverlap">
          <a class="xref" href="C1.WPF.TabControl.C1TabControl.TabStripOverlap.html#C1_WPF_TabControl_C1TabControl_TabStripOverlap">TabStripOverlap</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the length of the overlap between <a class="xref" href="C1.WPF.TabControl.C1TabItem.html">C1TabItem</a>s.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_TabControl_C1TabControl_TabStripOverlapDirection" data-uid="C1.WPF.TabControl.C1TabControl.TabStripOverlapDirection">
          <a class="xref" href="C1.WPF.TabControl.C1TabControl.TabStripOverlapDirection.html#C1_WPF_TabControl_C1TabControl_TabStripOverlapDirection">TabStripOverlapDirection</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the Z-Index arrangement of the <a class="xref" href="C1.WPF.TabControl.C1TabItem.html">C1TabItem</a>s.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_TabControl_C1TabControl_TabStripPlacement" data-uid="C1.WPF.TabControl.C1TabControl.TabStripPlacement">
          <a class="xref" href="C1.WPF.TabControl.C1TabControl.TabStripPlacement.html#C1_WPF_TabControl_C1TabControl_TabStripPlacement">TabStripPlacement</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the location of the panel with the tabs relative to the whole control.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_TabControl_C1TabControl_TabStripVerticalAlignment" data-uid="C1.WPF.TabControl.C1TabControl.TabStripVerticalAlignment">
          <a class="xref" href="C1.WPF.TabControl.C1TabControl.TabStripVerticalAlignment.html#C1_WPF_TabControl_C1TabControl_TabStripVerticalAlignment">TabStripVerticalAlignment</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the vertical alignment of the group of <a class="xref" href="C1.WPF.TabControl.C1TabItem.html">C1TabItem</a>s.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_TabControl_C1TabControl_UnselectedContentMode" data-uid="C1.WPF.TabControl.C1TabControl.UnselectedContentMode">
          <a class="xref" href="C1.WPF.TabControl.C1TabControl.UnselectedContentMode.html#C1_WPF_TabControl_C1TabControl_UnselectedContentMode">UnselectedContentMode</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets what is done with the content of unselected items.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_TabControl_C1TabControl_UpdateSourceCollection" data-uid="C1.WPF.TabControl.C1TabControl.UpdateSourceCollection">
          <a class="xref" href="C1.WPF.TabControl.C1TabControl.UpdateSourceCollection.html#C1_WPF_TabControl_C1TabControl_UpdateSourceCollection">UpdateSourceCollection</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether changes in the order of the items are written to Items or ItemsSource.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_TabControl_C1TabControl_VisibleItems" data-uid="C1.WPF.TabControl.C1TabControl.VisibleItems">
          <a class="xref" href="C1.WPF.TabControl.C1TabControl.VisibleItems.html#C1_WPF_TabControl_C1TabControl_VisibleItems">VisibleItems</a>
        </td>
        <td class="markdown level1 summary"><p>A read-only collection that contains all visible items in the <a class="xref" href="C1.WPF.TabControl.C1TabControl.html">C1TabControl</a></p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="methods">Methods
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_WPF_TabControl_C1TabControl_BeginUpdate" data-uid="C1.WPF.TabControl.C1TabControl.BeginUpdate">
          <a class="xref" href="C1.WPF.TabControl.C1TabControl.BeginUpdate.html#C1_WPF_TabControl_C1TabControl_BeginUpdate">BeginUpdate()</a>
        </td>
        <td class="markdown level1 summary"><p>Maintains performance while items are added to the TabControl one at a time
by preventing the control from updating until the <a class="xref" href="C1.WPF.TabControl.C1TabControl.EndUpdate.html#C1_WPF_TabControl_C1TabControl_EndUpdate">EndUpdate()</a>
method is called.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_TabControl_C1TabControl_ChangeVisualStateCommon_System_Boolean_" data-uid="C1.WPF.TabControl.C1TabControl.ChangeVisualStateCommon(System.Boolean)">
          <a class="xref" href="C1.WPF.TabControl.C1TabControl.ChangeVisualStateCommon.html#C1_WPF_TabControl_C1TabControl_ChangeVisualStateCommon_System_Boolean_">ChangeVisualStateCommon(bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Updates the current visual state of the Common visual state group to match the object's properties.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_TabControl_C1TabControl_ChangeVisualStateShape_System_Boolean_" data-uid="C1.WPF.TabControl.C1TabControl.ChangeVisualStateShape(System.Boolean)">
          <a class="xref" href="C1.WPF.TabControl.C1TabControl.ChangeVisualStateShape.html#C1_WPF_TabControl_C1TabControl_ChangeVisualStateShape_System_Boolean_">ChangeVisualStateShape(bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Updates the current visual state of the Shape visual state group to match the object's properties.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_TabControl_C1TabControl_ChangeVisualStateTabStripPlacement_System_Boolean_" data-uid="C1.WPF.TabControl.C1TabControl.ChangeVisualStateTabStripPlacement(System.Boolean)">
          <a class="xref" href="C1.WPF.TabControl.C1TabControl.ChangeVisualStateTabStripPlacement.html#C1_WPF_TabControl_C1TabControl_ChangeVisualStateTabStripPlacement_System_Boolean_">ChangeVisualStateTabStripPlacement(bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Updates the current visual state of the TabStripPlacement visual state group to match the object's properties.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_TabControl_C1TabControl_ClearContainerForItemOverride_System_Windows_DependencyObject_System_Object_" data-uid="C1.WPF.TabControl.C1TabControl.ClearContainerForItemOverride(System.Windows.DependencyObject,System.Object)">
          <a class="xref" href="C1.WPF.TabControl.C1TabControl.ClearContainerForItemOverride.html#C1_WPF_TabControl_C1TabControl_ClearContainerForItemOverride_System_Windows_DependencyObject_System_Object_">ClearContainerForItemOverride(DependencyObject, object)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_WPF_TabControl_C1TabControl_Dispose_System_Boolean_" data-uid="C1.WPF.TabControl.C1TabControl.Dispose(System.Boolean)">
          <a class="xref" href="C1.WPF.TabControl.C1TabControl.Dispose.html#C1_WPF_TabControl_C1TabControl_Dispose_System_Boolean_">Dispose(bool)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_WPF_TabControl_C1TabControl_EndUpdate" data-uid="C1.WPF.TabControl.C1TabControl.EndUpdate">
          <a class="xref" href="C1.WPF.TabControl.C1TabControl.EndUpdate.html#C1_WPF_TabControl_C1TabControl_EndUpdate">EndUpdate()</a>
        </td>
        <td class="markdown level1 summary"><p>Resumes updating the TabControl after updates are suspended by the
<a class="xref" href="C1.WPF.TabControl.C1TabControl.BeginUpdate.html#C1_WPF_TabControl_C1TabControl_BeginUpdate">BeginUpdate()</a> method.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_TabControl_C1TabControl_GetContainerForItemOverride" data-uid="C1.WPF.TabControl.C1TabControl.GetContainerForItemOverride">
          <a class="xref" href="C1.WPF.TabControl.C1TabControl.GetContainerForItemOverride.html#C1_WPF_TabControl_C1TabControl_GetContainerForItemOverride">GetContainerForItemOverride()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_WPF_TabControl_C1TabControl_IsItemItsOwnContainerOverride_System_Object_" data-uid="C1.WPF.TabControl.C1TabControl.IsItemItsOwnContainerOverride(System.Object)">
          <a class="xref" href="C1.WPF.TabControl.C1TabControl.IsItemItsOwnContainerOverride.html#C1_WPF_TabControl_C1TabControl_IsItemItsOwnContainerOverride_System_Object_">IsItemItsOwnContainerOverride(object)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_WPF_TabControl_C1TabControl_OnApplyTemplate" data-uid="C1.WPF.TabControl.C1TabControl.OnApplyTemplate">
          <a class="xref" href="C1.WPF.TabControl.C1TabControl.OnApplyTemplate.html#C1_WPF_TabControl_C1TabControl_OnApplyTemplate">OnApplyTemplate()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_WPF_TabControl_C1TabControl_OnCreateAutomationPeer" data-uid="C1.WPF.TabControl.C1TabControl.OnCreateAutomationPeer">
          <a class="xref" href="C1.WPF.TabControl.C1TabControl.OnCreateAutomationPeer.html#C1_WPF_TabControl_C1TabControl_OnCreateAutomationPeer">OnCreateAutomationPeer()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_WPF_TabControl_C1TabControl_OnItemsChanged_System_Collections_Specialized_NotifyCollectionChangedEventArgs_" data-uid="C1.WPF.TabControl.C1TabControl.OnItemsChanged(System.Collections.Specialized.NotifyCollectionChangedEventArgs)">
          <a class="xref" href="C1.WPF.TabControl.C1TabControl.OnItemsChanged.html#C1_WPF_TabControl_C1TabControl_OnItemsChanged_System_Collections_Specialized_NotifyCollectionChangedEventArgs_">OnItemsChanged(NotifyCollectionChangedEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Called when the value of the <span class="xref">Items</span> property changes.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_TabControl_C1TabControl_OnPropertyChanged_System_String_" data-uid="C1.WPF.TabControl.C1TabControl.OnPropertyChanged(System.String)">
          <a class="xref" href="C1.WPF.TabControl.C1TabControl.OnPropertyChanged.html#C1_WPF_TabControl_C1TabControl_OnPropertyChanged_System_String_">OnPropertyChanged(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Called when a property changes.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_TabControl_C1TabControl_PrepareContainerForItemOverride_System_Windows_DependencyObject_System_Object_" data-uid="C1.WPF.TabControl.C1TabControl.PrepareContainerForItemOverride(System.Windows.DependencyObject,System.Object)">
          <a class="xref" href="C1.WPF.TabControl.C1TabControl.PrepareContainerForItemOverride.html#C1_WPF_TabControl_C1TabControl_PrepareContainerForItemOverride_System_Windows_DependencyObject_System_Object_">PrepareContainerForItemOverride(DependencyObject, object)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_WPF_TabControl_C1TabControl_ScrollIntoView_System_Object_" data-uid="C1.WPF.TabControl.C1TabControl.ScrollIntoView(System.Object)">
          <a class="xref" href="C1.WPF.TabControl.C1TabControl.ScrollIntoView.html#C1_WPF_TabControl_C1TabControl_ScrollIntoView_System_Object_">ScrollIntoView(object)</a>
        </td>
        <td class="markdown level1 summary"><p>Causes the object to scroll into view.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="events">Events
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_WPF_TabControl_C1TabControl_ItemsChanged" data-uid="C1.WPF.TabControl.C1TabControl.ItemsChanged">
          <a class="xref" href="C1.WPF.TabControl.C1TabControl.ItemsChanged.html">ItemsChanged</a>
        </td>
        <td class="markdown level1 summary"><p>Called when the value of the System.Windows.Controls.ItemsControl.Items property changes.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_TabControl_C1TabControl_PropertyChanged" data-uid="C1.WPF.TabControl.C1TabControl.PropertyChanged">
          <a class="xref" href="C1.WPF.TabControl.C1TabControl.PropertyChanged.html">PropertyChanged</a>
        </td>
        <td class="markdown level1 summary"><p>Called when a property changed.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_TabControl_C1TabControl_SelectionChanged" data-uid="C1.WPF.TabControl.C1TabControl.SelectionChanged">
          <a class="xref" href="C1.WPF.TabControl.C1TabControl.SelectionChanged.html">SelectionChanged</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when selection changed.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_TabControl_C1TabControl_TabItemClosed" data-uid="C1.WPF.TabControl.C1TabControl.TabItemClosed">
          <a class="xref" href="C1.WPF.TabControl.C1TabControl.TabItemClosed.html">TabItemClosed</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when a <a class="xref" href="C1.WPF.TabControl.C1TabItem.html">C1TabItem</a> is closed.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_TabControl_C1TabControl_TabItemClosing" data-uid="C1.WPF.TabControl.C1TabControl.TabItemClosing">
          <a class="xref" href="C1.WPF.TabControl.C1TabControl.TabItemClosing.html">TabItemClosing</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs before a <a class="xref" href="C1.WPF.TabControl.C1TabItem.html">C1TabItem</a> is closed.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_TabControl_C1TabControl_VisibleItemsChanged" data-uid="C1.WPF.TabControl.C1TabControl.VisibleItemsChanged">
          <a class="xref" href="C1.WPF.TabControl.C1TabControl.VisibleItemsChanged.html">VisibleItemsChanged</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when the visible items change.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
