# C1.WPF.Grid.GridRow.AllowCustomCells

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_WPF_Grid_GridRow_AllowCustomCells_" data-uid="C1.WPF.Grid.GridRow.AllowCustomCells*">AllowCustomCells Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_WPF_Grid_GridRow_AllowCustomCells_" data-uid="C1.WPF.Grid.GridRow.AllowCustomCells*"></a>
<h4 id="C1_WPF_Grid_GridRow_AllowCustomCells" data-uid="C1.WPF.Grid.GridRow.AllowCustomCells">AllowCustomCells</h4>
<div class="markdown level1 summary"><p>When set to true the methods <a class="xref" href="C1.WPF.Grid.GridRow.GetCellKind.html#C1_WPF_Grid_GridRow_GetCellKind_C1_WPF_Grid_GridCellType_C1_WPF_Grid_GridColumn_">GetCellKind(GridCellType, GridColumn)</a>, <a class="xref" href="C1.WPF.Grid.GridRow.CreateCell.html#C1_WPF_Grid_GridRow_CreateCell_C1_WPF_Grid_GridCellType_System_Object_C1_WPF_Grid_GridColumn_">CreateCell(GridCellType, object, GridColumn)</a>, <a class="xref" href="C1.WPF.Grid.GridRow.BindCell.html#C1_WPF_Grid_GridRow_BindCell_C1_WPF_Grid_GridCellView_C1_WPF_Grid_GridCellType_C1_WPF_Grid_GridColumn_">BindCell(GridCellView, GridCellType, GridColumn)</a> and <a class="xref" href="C1.WPF.Grid.GridRow.UnbindCell.html#C1_WPF_Grid_GridRow_UnbindCell_C1_WPF_Grid_GridCellView_C1_WPF_Grid_GridCellType_C1_WPF_Grid_GridColumn_">UnbindCell(GridCellView, GridCellType, GridColumn)</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">protected bool AllowCustomCells { get; set; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Protected Property AllowCustomCells As Boolean</code></pre>
</div>
</div>
