# C1.Android.DataCollection.C1ListAdapter-1

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Android_DataCollection_C1ListAdapter_1" data-uid="C1.Android.DataCollection.C1ListAdapter`1" class="text-break">C1ListAdapter&lt;T&gt; Class
</h1>
  <div class="markdown level0 summary"><p><span class="xref">Android.Widget.IListAdapter</span> for <a class="xref" href="../C1.DataCollection/C1.DataCollection.IDataCollection-1.html">IDataCollection&lt;T&gt;</a> to be used in <span class="xref">Android.Widget.ListView</span>.</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">C1ListAdapter&lt;T&gt;</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><span class="xref">IListAdapter</span></div>
    <div><span class="xref">IAdapter</span></div>
    <div><span class="xref">IJavaObject</span></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.idisposable">IDisposable</a></div>
    <div><span class="xref">IJavaPeerable</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Android.DataCollection.html">C1.Android.DataCollection</a></h6>
  <h6><strong>Assembly</strong>: C1.Android.DataCollection.dll</h6>
  <h5 id="C1_Android_DataCollection_C1ListAdapter_1_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class C1ListAdapter&lt;T&gt; : Object, IListAdapter, IAdapter, IJavaObject, IDisposable, IJavaPeerable where T : class</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class C1ListAdapter(Of T As Class)
    Inherits Object
    Implements IListAdapter, IAdapter, IJavaObject, IDisposable, IJavaPeerable</code></pre>
  </div>
  <h5 class="typeParameters">Type Parameters</h5>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td><span class="parametername">T</span></td>
        <td></td>
      </tr>
    </tbody>
  </table>
  <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_Android_DataCollection_C1ListAdapter_1__ctor_C1_DataCollection_IDataCollection__0__System_String_" data-uid="C1.Android.DataCollection.C1ListAdapter`1.#ctor(C1.DataCollection.IDataCollection{`0},System.String)">
          <a class="xref" href="C1.Android.DataCollection.C1ListAdapter-1.-ctor.html#C1_Android_DataCollection_C1ListAdapter_1__ctor_C1_DataCollection_IDataCollection__0__System_String_">C1ListAdapter(IDataCollection&lt;T&gt;, string?)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="C1.Android.DataCollection.C1ListAdapter-1.html">C1ListAdapter&lt;T&gt;</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_Android_DataCollection_C1ListAdapter_1_Binding" data-uid="C1.Android.DataCollection.C1ListAdapter`1.Binding">
          <a class="xref" href="C1.Android.DataCollection.C1ListAdapter-1.Binding.html#C1_Android_DataCollection_C1ListAdapter_1_Binding">Binding</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the property path of the item type that specifies what property to display as text by default.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Android_DataCollection_C1ListAdapter_1_Count" data-uid="C1.Android.DataCollection.C1ListAdapter`1.Count">
          <a class="xref" href="C1.Android.DataCollection.C1ListAdapter-1.Count.html#C1_Android_DataCollection_C1ListAdapter_1_Count">Count</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Android_DataCollection_C1ListAdapter_1_DataCollection" data-uid="C1.Android.DataCollection.C1ListAdapter`1.DataCollection">
          <a class="xref" href="C1.Android.DataCollection.C1ListAdapter-1.DataCollection.html#C1_Android_DataCollection_C1ListAdapter_1_DataCollection">DataCollection</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the source collection.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Android_DataCollection_C1ListAdapter_1_HasStableIds" data-uid="C1.Android.DataCollection.C1ListAdapter`1.HasStableIds">
          <a class="xref" href="C1.Android.DataCollection.C1ListAdapter-1.HasStableIds.html#C1_Android_DataCollection_C1ListAdapter_1_HasStableIds">HasStableIds</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Android_DataCollection_C1ListAdapter_1_IsEmpty" data-uid="C1.Android.DataCollection.C1ListAdapter`1.IsEmpty">
          <a class="xref" href="C1.Android.DataCollection.C1ListAdapter-1.IsEmpty.html#C1_Android_DataCollection_C1ListAdapter_1_IsEmpty">IsEmpty</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Android_DataCollection_C1ListAdapter_1_ViewTypeCount" data-uid="C1.Android.DataCollection.C1ListAdapter`1.ViewTypeCount">
          <a class="xref" href="C1.Android.DataCollection.C1ListAdapter-1.ViewTypeCount.html#C1_Android_DataCollection_C1ListAdapter_1_ViewTypeCount">ViewTypeCount</a>
        </td>
        <td class="markdown level1 summary"></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_Android_DataCollection_C1ListAdapter_1_AreAllItemsEnabled" data-uid="C1.Android.DataCollection.C1ListAdapter`1.AreAllItemsEnabled">
          <a class="xref" href="C1.Android.DataCollection.C1ListAdapter-1.AreAllItemsEnabled.html#C1_Android_DataCollection_C1ListAdapter_1_AreAllItemsEnabled">AreAllItemsEnabled()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Android_DataCollection_C1ListAdapter_1_GetItem_System_Int32_" data-uid="C1.Android.DataCollection.C1ListAdapter`1.GetItem(System.Int32)">
          <a class="xref" href="C1.Android.DataCollection.C1ListAdapter-1.GetItem.html#C1_Android_DataCollection_C1ListAdapter_1_GetItem_System_Int32_">GetItem(int)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Android_DataCollection_C1ListAdapter_1_GetItemId_System_Int32_" data-uid="C1.Android.DataCollection.C1ListAdapter`1.GetItemId(System.Int32)">
          <a class="xref" href="C1.Android.DataCollection.C1ListAdapter-1.GetItemId.html#C1_Android_DataCollection_C1ListAdapter_1_GetItemId_System_Int32_">GetItemId(int)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Android_DataCollection_C1ListAdapter_1_GetItemView_System_Int32_Android_Views_View_Android_Views_ViewGroup_" data-uid="C1.Android.DataCollection.C1ListAdapter`1.GetItemView(System.Int32,Android.Views.View,Android.Views.ViewGroup)">
          <a class="xref" href="C1.Android.DataCollection.C1ListAdapter-1.GetItemView.html#C1_Android_DataCollection_C1ListAdapter_1_GetItemView_System_Int32_Android_Views_View_Android_Views_ViewGroup_">GetItemView(int, View?, ViewGroup?)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the view for a specific item.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Android_DataCollection_C1ListAdapter_1_GetItemViewType_System_Int32_" data-uid="C1.Android.DataCollection.C1ListAdapter`1.GetItemViewType(System.Int32)">
          <a class="xref" href="C1.Android.DataCollection.C1ListAdapter-1.GetItemViewType.html#C1_Android_DataCollection_C1ListAdapter_1_GetItemViewType_System_Int32_">GetItemViewType(int)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Android_DataCollection_C1ListAdapter_1_GetView_System_Int32_Android_Views_View_Android_Views_ViewGroup_" data-uid="C1.Android.DataCollection.C1ListAdapter`1.GetView(System.Int32,Android.Views.View,Android.Views.ViewGroup)">
          <a class="xref" href="C1.Android.DataCollection.C1ListAdapter-1.GetView.html#C1_Android_DataCollection_C1ListAdapter_1_GetView_System_Int32_Android_Views_View_Android_Views_ViewGroup_">GetView(int, View?, ViewGroup?)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Android_DataCollection_C1ListAdapter_1_IsEnabled_System_Int32_" data-uid="C1.Android.DataCollection.C1ListAdapter`1.IsEnabled(System.Int32)">
          <a class="xref" href="C1.Android.DataCollection.C1ListAdapter-1.IsEnabled.html#C1_Android_DataCollection_C1ListAdapter_1_IsEnabled_System_Int32_">IsEnabled(int)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Android_DataCollection_C1ListAdapter_1_RegisterDataSetObserver_Android_Database_DataSetObserver_" data-uid="C1.Android.DataCollection.C1ListAdapter`1.RegisterDataSetObserver(Android.Database.DataSetObserver)">
          <a class="xref" href="C1.Android.DataCollection.C1ListAdapter-1.RegisterDataSetObserver.html#C1_Android_DataCollection_C1ListAdapter_1_RegisterDataSetObserver_Android_Database_DataSetObserver_">RegisterDataSetObserver(DataSetObserver?)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Android_DataCollection_C1ListAdapter_1_UnregisterDataSetObserver_Android_Database_DataSetObserver_" data-uid="C1.Android.DataCollection.C1ListAdapter`1.UnregisterDataSetObserver(Android.Database.DataSetObserver)">
          <a class="xref" href="C1.Android.DataCollection.C1ListAdapter-1.UnregisterDataSetObserver.html#C1_Android_DataCollection_C1ListAdapter_1_UnregisterDataSetObserver_Android_Database_DataSetObserver_">UnregisterDataSetObserver(DataSetObserver?)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
    </tbody>
  </table>

</div>
