# C1.WPF.Extended.C1AccordionItem

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_WPF_Extended_C1AccordionItem" data-uid="C1.WPF.Extended.C1AccordionItem" class="text-break">C1AccordionItem Class
</h1>
  <div class="markdown level0 summary"><p>Represents the items that can be hosted in a <a class="xref" href="C1.WPF.Extended.C1Accordion.html">C1Accordion</a>.</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.Extended.C1Expander.html">C1Expander</a></div>
    <div class="level2"><span class="xref">C1AccordionItem</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.WPF.Extended.html">C1.WPF.Extended</a></h6>
  <h6><strong>Assembly</strong>: C1.WPF.Extended.4.6.2.dll</h6>
  <h5 id="C1_WPF_Extended_C1AccordionItem_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class C1AccordionItem : C1Expander</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class C1AccordionItem
    Inherits C1Expander</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_Extended_C1AccordionItem__ctor" data-uid="C1.WPF.Extended.C1AccordionItem.#ctor">
          <a class="xref" href="C1.WPF.Extended.C1AccordionItem.-ctor.html#C1_WPF_Extended_C1AccordionItem__ctor">C1AccordionItem()</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of a <a class="xref" href="C1.WPF.Extended.C1AccordionItem.html">C1AccordionItem</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_Extended_C1AccordionItem_OnApplyTemplate" data-uid="C1.WPF.Extended.C1AccordionItem.OnApplyTemplate">
          <a class="xref" href="C1.WPF.Extended.C1AccordionItem.OnApplyTemplate.html#C1_WPF_Extended_C1AccordionItem_OnApplyTemplate">OnApplyTemplate()</a>
        </td>
        <td class="markdown level1 summary"><p>Builds the visual tree for the <a class="xref" href="C1.WPF.Extended.C1AccordionItem.html">C1AccordionItem</a> control when a new template is applied.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Extended_C1AccordionItem_OnCreateAutomationPeer" data-uid="C1.WPF.Extended.C1AccordionItem.OnCreateAutomationPeer">
          <a class="xref" href="C1.WPF.Extended.C1AccordionItem.OnCreateAutomationPeer.html#C1_WPF_Extended_C1AccordionItem_OnCreateAutomationPeer">OnCreateAutomationPeer()</a>
        </td>
        <td class="markdown level1 summary"><p>Gets an AutomationPeer object used for testing the control.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
