# C1.WPF.OutlookBar.C1OutlookBar

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_WPF_OutlookBar_C1OutlookBar" data-uid="C1.WPF.OutlookBar.C1OutlookBar" class="text-break">C1OutlookBar Class
</h1>
  <div class="markdown level0 summary"><p>Group menus and controls into distinct categories with this side bar navigation system</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"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.threading.dispatcherobject">DispatcherObject</a></div>
    <div class="level2"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.dependencyobject">DependencyObject</a></div>
    <div class="level3"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.media.visual">Visual</a></div>
    <div class="level4"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.uielement">UIElement</a></div>
    <div class="level5"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.frameworkelement">FrameworkElement</a></div>
    <div class="level6"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.controls.control">Control</a></div>
    <div class="level7"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.controls.itemscontrol">ItemsControl</a></div>
    <div class="level8"><span class="xref">C1OutlookBar</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.media.animation.ianimatable">IAnimatable</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.iframeworkinputelement">IFrameworkInputElement</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.iinputelement">IInputElement</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.isupportinitialize">ISupportInitialize</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.markup.iqueryambient">IQueryAmbient</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.markup.iaddchild">IAddChild</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.controls.primitives.icontainitemstorage">IContainItemStorage</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.WPF.OutlookBar.html">C1.WPF.OutlookBar</a></h6>
  <h6><strong>Assembly</strong>: C1.WPF.OutlookBar.4.6.2.dll</h6>
  <h5 id="C1_WPF_OutlookBar_C1OutlookBar_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[TemplatePart(Name = &quot;ExpandButton&quot;, Type = typeof(Button))]
[TemplatePart(Name = &quot;HeaderPresenter&quot;, Type = typeof(ContentPresenter))]
[TemplatePart(Name = &quot;ContentPresenter&quot;, Type = typeof(ContentPresenter))]
[TemplatePart(Name = &quot;ContentSplitter&quot;, Type = typeof(FrameworkElement))]
[TemplatePart(Name = &quot;OverflowBackground&quot;, Type = typeof(FrameworkElement))]
[TemplatePart(Name = &quot;HorizontalResizer&quot;, Type = typeof(FrameworkElement))]
[TemplatePart(Name = &quot;DropButton&quot;, Type = typeof(FrameworkElement))]
[TemplatePart(Name = &quot;Menu&quot;, Type = typeof(C1HierarchicalPresenter))]
[TemplatePart(Name = &quot;IconPresenter&quot;, Type = typeof(ContentPresenter))]
[TemplateVisualState(Name = &quot;Left&quot;, GroupName = &quot;DockStates&quot;)]
[TemplateVisualState(Name = &quot;Right&quot;, GroupName = &quot;DockStates&quot;)]
[TemplateVisualState(Name = &quot;Expanded&quot;, GroupName = &quot;ExpansionStates&quot;)]
[TemplateVisualState(Name = &quot;Collapsed&quot;, GroupName = &quot;ExpansionStates&quot;)]
public class C1OutlookBar : ItemsControl, IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IQueryAmbient, IAddChild, IContainItemStorage</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">&lt;TemplatePart(Name:=&quot;ExpandButton&quot;, Type:=GetType(Button))&gt;
&lt;TemplatePart(Name:=&quot;HeaderPresenter&quot;, Type:=GetType(ContentPresenter))&gt;
&lt;TemplatePart(Name:=&quot;ContentPresenter&quot;, Type:=GetType(ContentPresenter))&gt;
&lt;TemplatePart(Name:=&quot;ContentSplitter&quot;, Type:=GetType(FrameworkElement))&gt;
&lt;TemplatePart(Name:=&quot;OverflowBackground&quot;, Type:=GetType(FrameworkElement))&gt;
&lt;TemplatePart(Name:=&quot;HorizontalResizer&quot;, Type:=GetType(FrameworkElement))&gt;
&lt;TemplatePart(Name:=&quot;DropButton&quot;, Type:=GetType(FrameworkElement))&gt;
&lt;TemplatePart(Name:=&quot;Menu&quot;, Type:=GetType(C1HierarchicalPresenter))&gt;
&lt;TemplatePart(Name:=&quot;IconPresenter&quot;, Type:=GetType(ContentPresenter))&gt;
&lt;TemplateVisualState(Name:=&quot;Left&quot;, GroupName:=&quot;DockStates&quot;)&gt;
&lt;TemplateVisualState(Name:=&quot;Right&quot;, GroupName:=&quot;DockStates&quot;)&gt;
&lt;TemplateVisualState(Name:=&quot;Expanded&quot;, GroupName:=&quot;ExpansionStates&quot;)&gt;
&lt;TemplateVisualState(Name:=&quot;Collapsed&quot;, GroupName:=&quot;ExpansionStates&quot;)&gt;
Public Class C1OutlookBar
    Inherits ItemsControl
    Implements IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IQueryAmbient, IAddChild, IContainItemStorage</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_OutlookBar_C1OutlookBar__ctor" data-uid="C1.WPF.OutlookBar.C1OutlookBar.#ctor">
          <a class="xref" href="C1.WPF.OutlookBar.C1OutlookBar.-ctor.html#C1_WPF_OutlookBar_C1OutlookBar__ctor">C1OutlookBar()</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of a <a class="xref" href="C1.WPF.OutlookBar.C1OutlookBar.html">C1OutlookBar</a>.</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_OutlookBar_C1OutlookBar_CollapsedContentProperty" data-uid="C1.WPF.OutlookBar.C1OutlookBar.CollapsedContentProperty">
          <a class="xref" href="C1.WPF.OutlookBar.C1OutlookBar.CollapsedContentProperty.html">CollapsedContentProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.OutlookBar.C1OutlookBar.CollapsedContent.html#C1_WPF_OutlookBar_C1OutlookBar_CollapsedContent">CollapsedContent</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_OutlookBar_C1OutlookBar_CollapsedTemplateProperty" data-uid="C1.WPF.OutlookBar.C1OutlookBar.CollapsedTemplateProperty">
          <a class="xref" href="C1.WPF.OutlookBar.C1OutlookBar.CollapsedTemplateProperty.html">CollapsedTemplateProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.OutlookBar.C1OutlookBar.CollapsedTemplate.html#C1_WPF_OutlookBar_C1OutlookBar_CollapsedTemplate">CollapsedTemplate</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_OutlookBar_C1OutlookBar_ContentTemplateProperty" data-uid="C1.WPF.OutlookBar.C1OutlookBar.ContentTemplateProperty">
          <a class="xref" href="C1.WPF.OutlookBar.C1OutlookBar.ContentTemplateProperty.html">ContentTemplateProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.OutlookBar.C1OutlookBar.ContentTemplate.html#C1_WPF_OutlookBar_C1OutlookBar_ContentTemplate">ContentTemplate</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_OutlookBar_C1OutlookBar_DockProperty" data-uid="C1.WPF.OutlookBar.C1OutlookBar.DockProperty">
          <a class="xref" href="C1.WPF.OutlookBar.C1OutlookBar.DockProperty.html">DockProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.OutlookBar.C1OutlookBar.Dock.html#C1_WPF_OutlookBar_C1OutlookBar_Dock">Dock</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_OutlookBar_C1OutlookBar_ExpandedWidthProperty" data-uid="C1.WPF.OutlookBar.C1OutlookBar.ExpandedWidthProperty">
          <a class="xref" href="C1.WPF.OutlookBar.C1OutlookBar.ExpandedWidthProperty.html">ExpandedWidthProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.OutlookBar.C1OutlookBar.ExpandedWidth.html#C1_WPF_OutlookBar_C1OutlookBar_ExpandedWidth">ExpandedWidth</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_OutlookBar_C1OutlookBar_FirstOverflowIndexProperty" data-uid="C1.WPF.OutlookBar.C1OutlookBar.FirstOverflowIndexProperty">
          <a class="xref" href="C1.WPF.OutlookBar.C1OutlookBar.FirstOverflowIndexProperty.html">FirstOverflowIndexProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.OutlookBar.C1OutlookBar.FirstOverflowIndex.html#C1_WPF_OutlookBar_C1OutlookBar_FirstOverflowIndex">FirstOverflowIndex</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_OutlookBar_C1OutlookBar_IsExpandedProperty" data-uid="C1.WPF.OutlookBar.C1OutlookBar.IsExpandedProperty">
          <a class="xref" href="C1.WPF.OutlookBar.C1OutlookBar.IsExpandedProperty.html">IsExpandedProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.OutlookBar.C1OutlookBar.IsExpanded.html#C1_WPF_OutlookBar_C1OutlookBar_IsExpanded">IsExpanded</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_OutlookBar_C1OutlookBar_ItemBackgroundProperty" data-uid="C1.WPF.OutlookBar.C1OutlookBar.ItemBackgroundProperty">
          <a class="xref" href="C1.WPF.OutlookBar.C1OutlookBar.ItemBackgroundProperty.html">ItemBackgroundProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.OutlookBar.C1OutlookBar.ItemBackground.html#C1_WPF_OutlookBar_C1OutlookBar_ItemBackground">ItemBackground</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_OutlookBar_C1OutlookBar_ItemForegroundProperty" data-uid="C1.WPF.OutlookBar.C1OutlookBar.ItemForegroundProperty">
          <a class="xref" href="C1.WPF.OutlookBar.C1OutlookBar.ItemForegroundProperty.html">ItemForegroundProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.OutlookBar.C1OutlookBar.ItemForeground.html#C1_WPF_OutlookBar_C1OutlookBar_ItemForeground">ItemForeground</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_OutlookBar_C1OutlookBar_LargeIconTemplateProperty" data-uid="C1.WPF.OutlookBar.C1OutlookBar.LargeIconTemplateProperty">
          <a class="xref" href="C1.WPF.OutlookBar.C1OutlookBar.LargeIconTemplateProperty.html">LargeIconTemplateProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.OutlookBar.C1OutlookBar.LargeIconTemplate.html#C1_WPF_OutlookBar_C1OutlookBar_LargeIconTemplate">LargeIconTemplate</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_OutlookBar_C1OutlookBar_MouseOverBrushProperty" data-uid="C1.WPF.OutlookBar.C1OutlookBar.MouseOverBrushProperty">
          <a class="xref" href="C1.WPF.OutlookBar.C1OutlookBar.MouseOverBrushProperty.html">MouseOverBrushProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.OutlookBar.C1OutlookBar.MouseOverBrush.html#C1_WPF_OutlookBar_C1OutlookBar_MouseOverBrush">MouseOverBrush</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_OutlookBar_C1OutlookBar_SelectedBackgroundProperty" data-uid="C1.WPF.OutlookBar.C1OutlookBar.SelectedBackgroundProperty">
          <a class="xref" href="C1.WPF.OutlookBar.C1OutlookBar.SelectedBackgroundProperty.html">SelectedBackgroundProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.OutlookBar.C1OutlookBar.SelectedBackground.html#C1_WPF_OutlookBar_C1OutlookBar_SelectedBackground">SelectedBackground</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_OutlookBar_C1OutlookBar_SelectedIndexProperty" data-uid="C1.WPF.OutlookBar.C1OutlookBar.SelectedIndexProperty">
          <a class="xref" href="C1.WPF.OutlookBar.C1OutlookBar.SelectedIndexProperty.html">SelectedIndexProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.OutlookBar.C1OutlookBar.SelectedIndex.html#C1_WPF_OutlookBar_C1OutlookBar_SelectedIndex">SelectedIndex</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_OutlookBar_C1OutlookBar_SelectedItemProperty" data-uid="C1.WPF.OutlookBar.C1OutlookBar.SelectedItemProperty">
          <a class="xref" href="C1.WPF.OutlookBar.C1OutlookBar.SelectedItemProperty.html">SelectedItemProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.OutlookBar.C1OutlookBar.SelectedItem.html#C1_WPF_OutlookBar_C1OutlookBar_SelectedItem">SelectedItem</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_OutlookBar_C1OutlookBar_ShowFewerButtonsCommandProperty" data-uid="C1.WPF.OutlookBar.C1OutlookBar.ShowFewerButtonsCommandProperty">
          <a class="xref" href="C1.WPF.OutlookBar.C1OutlookBar.ShowFewerButtonsCommandProperty.html">ShowFewerButtonsCommandProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.OutlookBar.C1OutlookBar.ShowFewerButtonsCommand.html#C1_WPF_OutlookBar_C1OutlookBar_ShowFewerButtonsCommand">ShowFewerButtonsCommand</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_OutlookBar_C1OutlookBar_ShowMoreButtonsCommandProperty" data-uid="C1.WPF.OutlookBar.C1OutlookBar.ShowMoreButtonsCommandProperty">
          <a class="xref" href="C1.WPF.OutlookBar.C1OutlookBar.ShowMoreButtonsCommandProperty.html">ShowMoreButtonsCommandProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.OutlookBar.C1OutlookBar.ShowMoreButtonsCommand.html#C1_WPF_OutlookBar_C1OutlookBar_ShowMoreButtonsCommand">ShowMoreButtonsCommand</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_OutlookBar_C1OutlookBar_SmallIconTemplateProperty" data-uid="C1.WPF.OutlookBar.C1OutlookBar.SmallIconTemplateProperty">
          <a class="xref" href="C1.WPF.OutlookBar.C1OutlookBar.SmallIconTemplateProperty.html">SmallIconTemplateProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.OutlookBar.C1OutlookBar.SmallIconTemplate.html#C1_WPF_OutlookBar_C1OutlookBar_SmallIconTemplate">SmallIconTemplate</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_OutlookBar_C1OutlookBar_UnselectedContentModeProperty" data-uid="C1.WPF.OutlookBar.C1OutlookBar.UnselectedContentModeProperty">
          <a class="xref" href="C1.WPF.OutlookBar.C1OutlookBar.UnselectedContentModeProperty.html">UnselectedContentModeProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.OutlookBar.C1OutlookBar.UnselectedContentMode.html#C1_WPF_OutlookBar_C1OutlookBar_UnselectedContentMode">UnselectedContentMode</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_OutlookBar_C1OutlookBar_CollapsedContent" data-uid="C1.WPF.OutlookBar.C1OutlookBar.CollapsedContent">
          <a class="xref" href="C1.WPF.OutlookBar.C1OutlookBar.CollapsedContent.html#C1_WPF_OutlookBar_C1OutlookBar_CollapsedContent">CollapsedContent</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value to display in the content area when the control is collapsed.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_OutlookBar_C1OutlookBar_CollapsedTemplate" data-uid="C1.WPF.OutlookBar.C1OutlookBar.CollapsedTemplate">
          <a class="xref" href="C1.WPF.OutlookBar.C1OutlookBar.CollapsedTemplate.html#C1_WPF_OutlookBar_C1OutlookBar_CollapsedTemplate">CollapsedTemplate</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the DataTemplate to apply to CollapsedContent.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_OutlookBar_C1OutlookBar_ContentTemplate" data-uid="C1.WPF.OutlookBar.C1OutlookBar.ContentTemplate">
          <a class="xref" href="C1.WPF.OutlookBar.C1OutlookBar.ContentTemplate.html#C1_WPF_OutlookBar_C1OutlookBar_ContentTemplate">ContentTemplate</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the DataTemplate to apply to any item that does not have a HeaderTemplate property defined.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_OutlookBar_C1OutlookBar_Dock" data-uid="C1.WPF.OutlookBar.C1OutlookBar.Dock">
          <a class="xref" href="C1.WPF.OutlookBar.C1OutlookBar.Dock.html#C1_WPF_OutlookBar_C1OutlookBar_Dock">Dock</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the side taken by the control.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_OutlookBar_C1OutlookBar_ExpandedWidth" data-uid="C1.WPF.OutlookBar.C1OutlookBar.ExpandedWidth">
          <a class="xref" href="C1.WPF.OutlookBar.C1OutlookBar.ExpandedWidth.html#C1_WPF_OutlookBar_C1OutlookBar_ExpandedWidth">ExpandedWidth</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the horizontal size of the whole control when in expanded mode.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_OutlookBar_C1OutlookBar_FirstOverflowIndex" data-uid="C1.WPF.OutlookBar.C1OutlookBar.FirstOverflowIndex">
          <a class="xref" href="C1.WPF.OutlookBar.C1OutlookBar.FirstOverflowIndex.html#C1_WPF_OutlookBar_C1OutlookBar_FirstOverflowIndex">FirstOverflowIndex</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the index of the first item that causes overflow.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_OutlookBar_C1OutlookBar_IsExpanded" data-uid="C1.WPF.OutlookBar.C1OutlookBar.IsExpanded">
          <a class="xref" href="C1.WPF.OutlookBar.C1OutlookBar.IsExpanded.html#C1_WPF_OutlookBar_C1OutlookBar_IsExpanded">IsExpanded</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value that indicates whether the content of the selected item is shown.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_OutlookBar_C1OutlookBar_ItemBackground" data-uid="C1.WPF.OutlookBar.C1OutlookBar.ItemBackground">
          <a class="xref" href="C1.WPF.OutlookBar.C1OutlookBar.ItemBackground.html#C1_WPF_OutlookBar_C1OutlookBar_ItemBackground">ItemBackground</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 as background of the contained <a class="xref" href="C1.WPF.OutlookBar.C1OutlookItem.html">C1OutlookItem</a>s.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_OutlookBar_C1OutlookBar_ItemForeground" data-uid="C1.WPF.OutlookBar.C1OutlookBar.ItemForeground">
          <a class="xref" href="C1.WPF.OutlookBar.C1OutlookBar.ItemForeground.html#C1_WPF_OutlookBar_C1OutlookBar_ItemForeground">ItemForeground</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 as foreground of the contained <a class="xref" href="C1.WPF.OutlookBar.C1OutlookItem.html">C1OutlookItem</a>s.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_OutlookBar_C1OutlookBar_LargeIconTemplate" data-uid="C1.WPF.OutlookBar.C1OutlookBar.LargeIconTemplate">
          <a class="xref" href="C1.WPF.OutlookBar.C1OutlookBar.LargeIconTemplate.html#C1_WPF_OutlookBar_C1OutlookBar_LargeIconTemplate">LargeIconTemplate</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the DataTemplate to apply to any item that does not have a LargeIconTemplate property defined.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_OutlookBar_C1OutlookBar_MouseOverBrush" data-uid="C1.WPF.OutlookBar.C1OutlookBar.MouseOverBrush">
          <a class="xref" href="C1.WPF.OutlookBar.C1OutlookBar.MouseOverBrush.html#C1_WPF_OutlookBar_C1OutlookBar_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_OutlookBar_C1OutlookBar_SelectedBackground" data-uid="C1.WPF.OutlookBar.C1OutlookBar.SelectedBackground">
          <a class="xref" href="C1.WPF.OutlookBar.C1OutlookBar.SelectedBackground.html#C1_WPF_OutlookBar_C1OutlookBar_SelectedBackground">SelectedBackground</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 is selected.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_OutlookBar_C1OutlookBar_SelectedIndex" data-uid="C1.WPF.OutlookBar.C1OutlookBar.SelectedIndex">
          <a class="xref" href="C1.WPF.OutlookBar.C1OutlookBar.SelectedIndex.html#C1_WPF_OutlookBar_C1OutlookBar_SelectedIndex">SelectedIndex</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the index of the currently selected <a class="xref" href="C1.WPF.OutlookBar.C1OutlookItem.html">C1OutlookItem</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_OutlookBar_C1OutlookBar_SelectedItem" data-uid="C1.WPF.OutlookBar.C1OutlookBar.SelectedItem">
          <a class="xref" href="C1.WPF.OutlookBar.C1OutlookBar.SelectedItem.html#C1_WPF_OutlookBar_C1OutlookBar_SelectedItem">SelectedItem</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the selected item or null if the selection is empty.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_OutlookBar_C1OutlookBar_ShowFewerButtonsCommand" data-uid="C1.WPF.OutlookBar.C1OutlookBar.ShowFewerButtonsCommand">
          <a class="xref" href="C1.WPF.OutlookBar.C1OutlookBar.ShowFewerButtonsCommand.html#C1_WPF_OutlookBar_C1OutlookBar_ShowFewerButtonsCommand">ShowFewerButtonsCommand</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.input.icommand">ICommand</a> that decrements <a class="xref" href="C1.WPF.OutlookBar.C1OutlookBar.FirstOverflowIndex.html#C1_WPF_OutlookBar_C1OutlookBar_FirstOverflowIndex">FirstOverflowIndex</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_OutlookBar_C1OutlookBar_ShowMoreButtonsCommand" data-uid="C1.WPF.OutlookBar.C1OutlookBar.ShowMoreButtonsCommand">
          <a class="xref" href="C1.WPF.OutlookBar.C1OutlookBar.ShowMoreButtonsCommand.html#C1_WPF_OutlookBar_C1OutlookBar_ShowMoreButtonsCommand">ShowMoreButtonsCommand</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.input.icommand">ICommand</a> that increments <a class="xref" href="C1.WPF.OutlookBar.C1OutlookBar.FirstOverflowIndex.html#C1_WPF_OutlookBar_C1OutlookBar_FirstOverflowIndex">FirstOverflowIndex</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_OutlookBar_C1OutlookBar_SmallIconTemplate" data-uid="C1.WPF.OutlookBar.C1OutlookBar.SmallIconTemplate">
          <a class="xref" href="C1.WPF.OutlookBar.C1OutlookBar.SmallIconTemplate.html#C1_WPF_OutlookBar_C1OutlookBar_SmallIconTemplate">SmallIconTemplate</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the DataTemplate to apply to any item that does not have a SmallIconTemplate property defined.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_OutlookBar_C1OutlookBar_UnselectedContentMode" data-uid="C1.WPF.OutlookBar.C1OutlookBar.UnselectedContentMode">
          <a class="xref" href="C1.WPF.OutlookBar.C1OutlookBar.UnselectedContentMode.html#C1_WPF_OutlookBar_C1OutlookBar_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>
    </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_OutlookBar_C1OutlookBar_ChangeVisualStateDock_System_Boolean_" data-uid="C1.WPF.OutlookBar.C1OutlookBar.ChangeVisualStateDock(System.Boolean)">
          <a class="xref" href="C1.WPF.OutlookBar.C1OutlookBar.ChangeVisualStateDock.html#C1_WPF_OutlookBar_C1OutlookBar_ChangeVisualStateDock_System_Boolean_">ChangeVisualStateDock(bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Updates the current visual state of the Dock visual state group to match the object's properties.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_OutlookBar_C1OutlookBar_ChangeVisualStateExpansion_System_Boolean_" data-uid="C1.WPF.OutlookBar.C1OutlookBar.ChangeVisualStateExpansion(System.Boolean)">
          <a class="xref" href="C1.WPF.OutlookBar.C1OutlookBar.ChangeVisualStateExpansion.html#C1_WPF_OutlookBar_C1OutlookBar_ChangeVisualStateExpansion_System_Boolean_">ChangeVisualStateExpansion(bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Updates the current visual state of the Expansion visual state group to match the object's properties.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_OutlookBar_C1OutlookBar_ClearContainerForItemOverride_System_Windows_DependencyObject_System_Object_" data-uid="C1.WPF.OutlookBar.C1OutlookBar.ClearContainerForItemOverride(System.Windows.DependencyObject,System.Object)">
          <a class="xref" href="C1.WPF.OutlookBar.C1OutlookBar.ClearContainerForItemOverride.html#C1_WPF_OutlookBar_C1OutlookBar_ClearContainerForItemOverride_System_Windows_DependencyObject_System_Object_">ClearContainerForItemOverride(DependencyObject, object)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_WPF_OutlookBar_C1OutlookBar_GetContainerForItemOverride" data-uid="C1.WPF.OutlookBar.C1OutlookBar.GetContainerForItemOverride">
          <a class="xref" href="C1.WPF.OutlookBar.C1OutlookBar.GetContainerForItemOverride.html#C1_WPF_OutlookBar_C1OutlookBar_GetContainerForItemOverride">GetContainerForItemOverride()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_WPF_OutlookBar_C1OutlookBar_IsItemItsOwnContainerOverride_System_Object_" data-uid="C1.WPF.OutlookBar.C1OutlookBar.IsItemItsOwnContainerOverride(System.Object)">
          <a class="xref" href="C1.WPF.OutlookBar.C1OutlookBar.IsItemItsOwnContainerOverride.html#C1_WPF_OutlookBar_C1OutlookBar_IsItemItsOwnContainerOverride_System_Object_">IsItemItsOwnContainerOverride(object)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_WPF_OutlookBar_C1OutlookBar_MeasureOverride_System_Windows_Size_" data-uid="C1.WPF.OutlookBar.C1OutlookBar.MeasureOverride(System.Windows.Size)">
          <a class="xref" href="C1.WPF.OutlookBar.C1OutlookBar.MeasureOverride.html#C1_WPF_OutlookBar_C1OutlookBar_MeasureOverride_System_Windows_Size_">MeasureOverride(Size)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_WPF_OutlookBar_C1OutlookBar_OnApplyTemplate" data-uid="C1.WPF.OutlookBar.C1OutlookBar.OnApplyTemplate">
          <a class="xref" href="C1.WPF.OutlookBar.C1OutlookBar.OnApplyTemplate.html#C1_WPF_OutlookBar_C1OutlookBar_OnApplyTemplate">OnApplyTemplate()</a>
        </td>
        <td class="markdown level1 summary"><p>Builds the visual tree for the <a class="xref" href="C1.WPF.OutlookBar.C1OutlookBar.html">C1OutlookBar</a> control when a new template is applied.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_OutlookBar_C1OutlookBar_OnCreateAutomationPeer" data-uid="C1.WPF.OutlookBar.C1OutlookBar.OnCreateAutomationPeer">
          <a class="xref" href="C1.WPF.OutlookBar.C1OutlookBar.OnCreateAutomationPeer.html#C1_WPF_OutlookBar_C1OutlookBar_OnCreateAutomationPeer">OnCreateAutomationPeer()</a>
        </td>
        <td class="markdown level1 summary"><p>Gets an AutomationPeer object used for testing the control.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_OutlookBar_C1OutlookBar_OnItemsChanged_System_Collections_Specialized_NotifyCollectionChangedEventArgs_" data-uid="C1.WPF.OutlookBar.C1OutlookBar.OnItemsChanged(System.Collections.Specialized.NotifyCollectionChangedEventArgs)">
          <a class="xref" href="C1.WPF.OutlookBar.C1OutlookBar.OnItemsChanged.html#C1_WPF_OutlookBar_C1OutlookBar_OnItemsChanged_System_Collections_Specialized_NotifyCollectionChangedEventArgs_">OnItemsChanged(NotifyCollectionChangedEventArgs)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_WPF_OutlookBar_C1OutlookBar_PrepareContainerForItemOverride_System_Windows_DependencyObject_System_Object_" data-uid="C1.WPF.OutlookBar.C1OutlookBar.PrepareContainerForItemOverride(System.Windows.DependencyObject,System.Object)">
          <a class="xref" href="C1.WPF.OutlookBar.C1OutlookBar.PrepareContainerForItemOverride.html#C1_WPF_OutlookBar_C1OutlookBar_PrepareContainerForItemOverride_System_Windows_DependencyObject_System_Object_">PrepareContainerForItemOverride(DependencyObject, object)</a>
        </td>
        <td class="markdown level1 summary"></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_OutlookBar_C1OutlookBar_SelectedIndexChanged" data-uid="C1.WPF.OutlookBar.C1OutlookBar.SelectedIndexChanged">
          <a class="xref" href="C1.WPF.OutlookBar.C1OutlookBar.SelectedIndexChanged.html">SelectedIndexChanged</a>
        </td>
        <td class="markdown level1 summary"><p>Event raised when the <span class="xref">SelectedIndex</span> property has changed.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_OutlookBar_C1OutlookBar_SelectedItemChanged" data-uid="C1.WPF.OutlookBar.C1OutlookBar.SelectedItemChanged">
          <a class="xref" href="C1.WPF.OutlookBar.C1OutlookBar.SelectedItemChanged.html">SelectedItemChanged</a>
        </td>
        <td class="markdown level1 summary"><p>Event raised when the <span class="xref">SelectedItem</span> property has changed.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
