# C1.WPF.Grid.FlexGrid.TopCellFactory

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_WPF_Grid_FlexGrid_TopCellFactory_" data-uid="C1.WPF.Grid.FlexGrid.TopCellFactory*">TopCellFactory Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_WPF_Grid_FlexGrid_TopCellFactory_" data-uid="C1.WPF.Grid.FlexGrid.TopCellFactory*"></a>
<h4 id="C1_WPF_Grid_FlexGrid_TopCellFactory" data-uid="C1.WPF.Grid.FlexGrid.TopCellFactory">TopCellFactory</h4>
<div class="markdown level1 summary"><p>Gets the top-most factory of cells.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public GridCellFactory TopCellFactory { get; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public ReadOnly Property TopCellFactory As GridCellFactory</code></pre>
</div>
<h5 id="C1_WPF_Grid_FlexGrid_TopCellFactory_remarks">Remarks</h5>
<div class="markdown level1 remarks"><p>The top-most cell-factory is the one used by the grid to create cells, and therefore it is the first factory in the stack.</p>
</div>
</div>
