# C1.WPF.Input.C1SplitButton

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_WPF_Input_C1SplitButton" data-uid="C1.WPF.Input.C1SplitButton" class="text-break">C1SplitButton Class
</h1>
  <div class="markdown level0 summary"><p>Button which contains another button in the right side which opens a popup.</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="C1.WPF.Input.C1DropDownButton.html">C1DropDownButton</a></div>
    <div class="level2"><a class="xref" href="C1.WPF.Input.C1DropDown.html">C1DropDown</a></div>
    <div class="level3"><span class="xref">C1SplitButton</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>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.WPF.Input.html">C1.WPF.Input</a></h6>
  <h6><strong>Assembly</strong>: C1.WPF.Input.dll</h6>
  <h5 id="C1_WPF_Input_C1SplitButton_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[TemplatePart(Name = &quot;Button&quot;, Type = typeof(C1Button))]
public class C1SplitButton : C1DropDown, INotifyPropertyChanged</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">&lt;TemplatePart(Name:=&quot;Button&quot;, Type:=GetType(C1Button))&gt;
Public Class C1SplitButton
    Inherits C1DropDown
    Implements INotifyPropertyChanged</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_Input_C1SplitButton__ctor" data-uid="C1.WPF.Input.C1SplitButton.#ctor">
          <a class="xref" href="C1.WPF.Input.C1SplitButton.-ctor.html#C1_WPF_Input_C1SplitButton__ctor">C1SplitButton()</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="C1.WPF.Input.C1SplitButton.html">C1SplitButton</a> class.</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_Input_C1SplitButton_Dispose_System_Boolean_" data-uid="C1.WPF.Input.C1SplitButton.Dispose(System.Boolean)">
          <a class="xref" href="C1.WPF.Input.C1SplitButton.Dispose.html#C1_WPF_Input_C1SplitButton_Dispose_System_Boolean_">Dispose(bool)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_WPF_Input_C1SplitButton_OnApplyTemplate" data-uid="C1.WPF.Input.C1SplitButton.OnApplyTemplate">
          <a class="xref" href="C1.WPF.Input.C1SplitButton.OnApplyTemplate.html#C1_WPF_Input_C1SplitButton_OnApplyTemplate">OnApplyTemplate()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_WPF_Input_C1SplitButton_OnGotFocus_System_Windows_RoutedEventArgs_" data-uid="C1.WPF.Input.C1SplitButton.OnGotFocus(System.Windows.RoutedEventArgs)">
          <a class="xref" href="C1.WPF.Input.C1SplitButton.OnGotFocus.html#C1_WPF_Input_C1SplitButton_OnGotFocus_System_Windows_RoutedEventArgs_">OnGotFocus(RoutedEventArgs)</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_Input_C1SplitButton_Click" data-uid="C1.WPF.Input.C1SplitButton.Click">
          <a class="xref" href="C1.WPF.Input.C1SplitButton.Click.html">Click</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when a System.Windows.Controls.Button is clicked.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
