# C1.iOS.DataCollection.C1CollectionViewSource-1.GetItemCell

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_iOS_DataCollection_C1CollectionViewSource_1_GetItemCell_" data-uid="C1.iOS.DataCollection.C1CollectionViewSource`1.GetItemCell*">GetItemCell Method
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_iOS_DataCollection_C1CollectionViewSource_1_GetItemCell_" data-uid="C1.iOS.DataCollection.C1CollectionViewSource`1.GetItemCell*"></a>
<h4 id="C1_iOS_DataCollection_C1CollectionViewSource_1_GetItemCell_UIKit_UICollectionView_Foundation_NSIndexPath__0_" data-uid="C1.iOS.DataCollection.C1CollectionViewSource`1.GetItemCell(UIKit.UICollectionView,Foundation.NSIndexPath,`0)">GetItemCell(UICollectionView, NSIndexPath, T)</h4>
<div class="markdown level1 summary"><p>Gets the visual element representing an item.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public virtual UICollectionViewCell GetItemCell(UICollectionView collectionView, NSIndexPath indexPath, T item)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Overridable Function GetItemCell(collectionView As UICollectionView, indexPath As NSIndexPath, item As T) As UICollectionViewCell</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Name</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><span class="xref">UICollectionView</span></td>
      <td><span class="parametername">collectionView</span></td>
      <td><p>The collection view.</p>
</td>
    </tr>
    <tr>
      <td><span class="xref">NSIndexPath</span></td>
      <td><span class="parametername">indexPath</span></td>
      <td><p>Location of the row where the cell will be displayed.</p>
</td>
    </tr>
    <tr>
      <td><span class="xref">T</span></td>
      <td><span class="parametername">item</span></td>
      <td><p>The data item.</p>
</td>
    </tr>
  </tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><span class="xref">UICollectionViewCell</span></td>
      <td></td>
    </tr>
  </tbody>
</table>
</div>
