# C1.Win.FlexGrid.RowCol.AllowEditing

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_Win_FlexGrid_RowCol_AllowEditing_" data-uid="C1.Win.FlexGrid.RowCol.AllowEditing*">AllowEditing Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_Win_FlexGrid_RowCol_AllowEditing_" data-uid="C1.Win.FlexGrid.RowCol.AllowEditing*"></a>
<h4 id="C1_Win_FlexGrid_RowCol_AllowEditing" data-uid="C1.Win.FlexGrid.RowCol.AllowEditing">AllowEditing</h4>
<div class="markdown level1 summary"><p>Gets or sets whether cells on this row or column can be edited by the user.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public virtual bool AllowEditing { get; set; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Overridable Property AllowEditing As Boolean</code></pre>
</div>
<h5 id="C1_Win_FlexGrid_RowCol_AllowEditing_remarks">Remarks</h5>
<div class="markdown level1 remarks"><p>The grid object also has an <a class="xref" href="C1.Win.FlexGrid.C1FlexGridBase.AllowEditing.html#C1_Win_FlexGrid_C1FlexGridBase_AllowEditing">AllowEditing</a> property.
If editing is disabled at the grid level, the user will not be able to edit any cells.</p>
<p>If editing is allowed by the grid's <a class="xref" href="C1.Win.FlexGrid.C1FlexGridBase.AllowEditing.html#C1_Win_FlexGrid_C1FlexGridBase_AllowEditing">AllowEditing</a> property, then
editing of individual rows and columns can still be disabled by setting this property to false.</p>
</div>
</div>
