# C1.WPF.ListView.Automation.C1ListViewAutomationPeer

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_WPF_ListView_Automation_C1ListViewAutomationPeer" data-uid="C1.WPF.ListView.Automation.C1ListViewAutomationPeer" class="text-break">C1ListViewAutomationPeer Class
</h1>
  <div class="markdown level0 summary"><p>Automation peer for the <a class="xref" href="C1.WPF.ListView.C1ListView.html">C1ListView</a> control.</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.automation.peers.automationpeer">AutomationPeer</a></div>
    <div class="level2"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.automation.peers.uielementautomationpeer">UIElementAutomationPeer</a></div>
    <div class="level3"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.automation.peers.frameworkelementautomationpeer">FrameworkElementAutomationPeer</a></div>
    <div class="level4"><span class="xref">C1ListViewAutomationPeer</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.automation.provider.iselectionprovider">ISelectionProvider</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.idisposable">IDisposable</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.WPF.ListView.Automation.html">C1.WPF.ListView.Automation</a></h6>
  <h6><strong>Assembly</strong>: C1.WPF.ListView.dll</h6>
  <h5 id="C1_WPF_ListView_Automation_C1ListViewAutomationPeer_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class C1ListViewAutomationPeer : FrameworkElementAutomationPeer, ISelectionProvider, IDisposable</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class C1ListViewAutomationPeer
    Inherits FrameworkElementAutomationPeer
    Implements ISelectionProvider, IDisposable</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_ListView_Automation_C1ListViewAutomationPeer__ctor_C1_WPF_ListView_C1ListView_" data-uid="C1.WPF.ListView.Automation.C1ListViewAutomationPeer.#ctor(C1.WPF.ListView.C1ListView)">
          <a class="xref" href="C1.WPF.ListView.Automation.C1ListViewAutomationPeer.-ctor.html#C1_WPF_ListView_Automation_C1ListViewAutomationPeer__ctor_C1_WPF_ListView_C1ListView_">C1ListViewAutomationPeer(C1ListView)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="C1.WPF.ListView.Automation.C1ListViewAutomationPeer.html">C1ListViewAutomationPeer</a> class.</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_ListView_Automation_C1ListViewAutomationPeer_CanSelectMultiple" data-uid="C1.WPF.ListView.Automation.C1ListViewAutomationPeer.CanSelectMultiple">
          <a class="xref" href="C1.WPF.ListView.Automation.C1ListViewAutomationPeer.CanSelectMultiple.html#C1_WPF_ListView_Automation_C1ListViewAutomationPeer_CanSelectMultiple">CanSelectMultiple</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_WPF_ListView_Automation_C1ListViewAutomationPeer_IsSelectionRequired" data-uid="C1.WPF.ListView.Automation.C1ListViewAutomationPeer.IsSelectionRequired">
          <a class="xref" href="C1.WPF.ListView.Automation.C1ListViewAutomationPeer.IsSelectionRequired.html#C1_WPF_ListView_Automation_C1ListViewAutomationPeer_IsSelectionRequired">IsSelectionRequired</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_WPF_ListView_Automation_C1ListViewAutomationPeer_ListView" data-uid="C1.WPF.ListView.Automation.C1ListViewAutomationPeer.ListView">
          <a class="xref" href="C1.WPF.ListView.Automation.C1ListViewAutomationPeer.ListView.html#C1_WPF_ListView_Automation_C1ListViewAutomationPeer_ListView">ListView</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the associated list view.</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_ListView_Automation_C1ListViewAutomationPeer_Dispose" data-uid="C1.WPF.ListView.Automation.C1ListViewAutomationPeer.Dispose">
          <a class="xref" href="C1.WPF.ListView.Automation.C1ListViewAutomationPeer.Dispose.html#C1_WPF_ListView_Automation_C1ListViewAutomationPeer_Dispose">Dispose()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_WPF_ListView_Automation_C1ListViewAutomationPeer_GetAutomationControlTypeCore" data-uid="C1.WPF.ListView.Automation.C1ListViewAutomationPeer.GetAutomationControlTypeCore">
          <a class="xref" href="C1.WPF.ListView.Automation.C1ListViewAutomationPeer.GetAutomationControlTypeCore.html#C1_WPF_ListView_Automation_C1ListViewAutomationPeer_GetAutomationControlTypeCore">GetAutomationControlTypeCore()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_WPF_ListView_Automation_C1ListViewAutomationPeer_GetChildrenCore" data-uid="C1.WPF.ListView.Automation.C1ListViewAutomationPeer.GetChildrenCore">
          <a class="xref" href="C1.WPF.ListView.Automation.C1ListViewAutomationPeer.GetChildrenCore.html#C1_WPF_ListView_Automation_C1ListViewAutomationPeer_GetChildrenCore">GetChildrenCore()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_WPF_ListView_Automation_C1ListViewAutomationPeer_GetClassNameCore" data-uid="C1.WPF.ListView.Automation.C1ListViewAutomationPeer.GetClassNameCore">
          <a class="xref" href="C1.WPF.ListView.Automation.C1ListViewAutomationPeer.GetClassNameCore.html#C1_WPF_ListView_Automation_C1ListViewAutomationPeer_GetClassNameCore">GetClassNameCore()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_WPF_ListView_Automation_C1ListViewAutomationPeer_GetNameCore" data-uid="C1.WPF.ListView.Automation.C1ListViewAutomationPeer.GetNameCore">
          <a class="xref" href="C1.WPF.ListView.Automation.C1ListViewAutomationPeer.GetNameCore.html#C1_WPF_ListView_Automation_C1ListViewAutomationPeer_GetNameCore">GetNameCore()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_WPF_ListView_Automation_C1ListViewAutomationPeer_GetOrientationCore" data-uid="C1.WPF.ListView.Automation.C1ListViewAutomationPeer.GetOrientationCore">
          <a class="xref" href="C1.WPF.ListView.Automation.C1ListViewAutomationPeer.GetOrientationCore.html#C1_WPF_ListView_Automation_C1ListViewAutomationPeer_GetOrientationCore">GetOrientationCore()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_WPF_ListView_Automation_C1ListViewAutomationPeer_GetPattern_System_Windows_Automation_Peers_PatternInterface_" data-uid="C1.WPF.ListView.Automation.C1ListViewAutomationPeer.GetPattern(System.Windows.Automation.Peers.PatternInterface)">
          <a class="xref" href="C1.WPF.ListView.Automation.C1ListViewAutomationPeer.GetPattern.html#C1_WPF_ListView_Automation_C1ListViewAutomationPeer_GetPattern_System_Windows_Automation_Peers_PatternInterface_">GetPattern(PatternInterface)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_WPF_ListView_Automation_C1ListViewAutomationPeer_GetSelection" data-uid="C1.WPF.ListView.Automation.C1ListViewAutomationPeer.GetSelection">
          <a class="xref" href="C1.WPF.ListView.Automation.C1ListViewAutomationPeer.GetSelection.html#C1_WPF_ListView_Automation_C1ListViewAutomationPeer_GetSelection">GetSelection()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
    </tbody>
  </table>

</div>
