# C1.WPF.MediaPlayer.C1MediaPlayer.ToolBarExtension

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_WPF_MediaPlayer_C1MediaPlayer_ToolBarExtension_" data-uid="C1.WPF.MediaPlayer.C1MediaPlayer.ToolBarExtension*">ToolBarExtension Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_WPF_MediaPlayer_C1MediaPlayer_ToolBarExtension_" data-uid="C1.WPF.MediaPlayer.C1MediaPlayer.ToolBarExtension*"></a>
<h4 id="C1_WPF_MediaPlayer_C1MediaPlayer_ToolBarExtension" data-uid="C1.WPF.MediaPlayer.C1MediaPlayer.ToolBarExtension">ToolBarExtension</h4>
<div class="markdown level1 summary"><p>Gets or sets the template for an optional extension of the ToolBar that contains the show/hide items/chapter list.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public DataTemplate ToolBarExtension { get; set; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Property ToolBarExtension As DataTemplate</code></pre>
</div>
<h5 id="C1_WPF_MediaPlayer_C1MediaPlayer_ToolBarExtension_remarks">Remarks</h5>
<div class="markdown level1 remarks"><p>Allows adding more buttons or other content next to the chapter and items buttons. This is a Template because separate instances are needed for fullscreen and normal mode. Use ToolBarButtonBaseStyle as the style of buttons placed here to match the style of the template.</p>
</div>
</div>
