# C1.Win.DataCollection.ListViewEx

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Win_DataCollection_ListViewEx" data-uid="C1.Win.DataCollection.ListViewEx" class="text-break">ListViewEx Class
</h1>
  <div class="markdown level0 summary"><p>Extension methods for the class <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.listview">ListView</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"><span class="xref">ListViewEx</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Win.DataCollection.html">C1.Win.DataCollection</a></h6>
  <h6><strong>Assembly</strong>: C1.Win.DataCollection.dll</h6>
  <h5 id="C1_Win_DataCollection_ListViewEx_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public static class ListViewEx</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Module ListViewEx</code></pre>
  </div>
  <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_Win_DataCollection_ListViewEx_SetItemsSource_System_Windows_Forms_ListView_System_Collections_IEnumerable_System_String_System_String_" data-uid="C1.Win.DataCollection.ListViewEx.SetItemsSource(System.Windows.Forms.ListView,System.Collections.IEnumerable,System.String,System.String)">
          <a class="xref" href="C1.Win.DataCollection.ListViewEx.SetItemsSource.html#C1_Win_DataCollection_ListViewEx_SetItemsSource_System_Windows_Forms_ListView_System_Collections_IEnumerable_System_String_System_String_">SetItemsSource(ListView, IEnumerable, string, string?)</a>
        </td>
        <td class="markdown level1 summary"><p>Populates items and groups of <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.listview">ListView</a> according to the source, supporting grouping, sorting and filtering.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
