# C1.WPF.Grid.GridCellFactory.AllowCustomCells

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_WPF_Grid_GridCellFactory_AllowCustomCells_" data-uid="C1.WPF.Grid.GridCellFactory.AllowCustomCells*">AllowCustomCells Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_WPF_Grid_GridCellFactory_AllowCustomCells_" data-uid="C1.WPF.Grid.GridCellFactory.AllowCustomCells*"></a>
<h4 id="C1_WPF_Grid_GridCellFactory_AllowCustomCells" data-uid="C1.WPF.Grid.GridCellFactory.AllowCustomCells">AllowCustomCells</h4>
<div class="markdown level1 summary"><p>When set to true the methods <a class="xref" href="C1.WPF.Grid.GridCellFactory.GetCellKind.html#C1_WPF_Grid_GridCellFactory_GetCellKind_C1_WPF_Grid_GridCellType_C1_WPF_Grid_GridCellRange_">GetCellKind(GridCellType, GridCellRange)</a>, <a class="xref" href="C1.WPF.Grid.GridCellFactory.CreateCell.html#C1_WPF_Grid_GridCellFactory_CreateCell_C1_WPF_Grid_GridCellType_C1_WPF_Grid_GridCellRange_System_Object_">CreateCell(GridCellType, GridCellRange, object)</a>, <a class="xref" href="C1.WPF.Grid.GridCellFactory.BindCell.html#C1_WPF_Grid_GridCellFactory_BindCell_C1_WPF_Grid_GridCellType_C1_WPF_Grid_GridCellRange_C1_WPF_Grid_GridCellView_">BindCell(GridCellType, GridCellRange, GridCellView)</a> and <a class="xref" href="C1.WPF.Grid.GridCellFactory.UnbindCell.html#C1_WPF_Grid_GridCellFactory_UnbindCell_C1_WPF_Grid_GridCellType_C1_WPF_Grid_GridCellRange_C1_WPF_Grid_GridCellView_">UnbindCell(GridCellType, GridCellRange, GridCellView)</a> will be called allowing customized cells, inheriting from <a class="xref" href="C1.WPF.Grid.GridCellView.html">GridCellView</a>.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public bool AllowCustomCells { get; set; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Property AllowCustomCells As Boolean</code></pre>
</div>
</div>
