# C1.LiveLinq.LiveViews.ViewRowCollection.AllowEdit

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_LiveLinq_LiveViews_ViewRowCollection_AllowEdit_" data-uid="C1.LiveLinq.LiveViews.ViewRowCollection.AllowEdit*">AllowEdit Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_LiveLinq_LiveViews_ViewRowCollection_AllowEdit_" data-uid="C1.LiveLinq.LiveViews.ViewRowCollection.AllowEdit*"></a>
<h4 id="C1_LiveLinq_LiveViews_ViewRowCollection_AllowEdit" data-uid="C1.LiveLinq.LiveViews.ViewRowCollection.AllowEdit">AllowEdit</h4>
<div class="markdown level1 summary"><p>Gets a value indicating whether modifying property values is allowed on the view directly.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public bool AllowEdit { get; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public ReadOnly Property AllowEdit As Boolean</code></pre>
</div>
<h5 class="implements">Implements</h5>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.ibindinglist.allowedit">IBindingList.AllowEdit</a></div>
<h5 id="C1_LiveLinq_LiveViews_ViewRowCollection_AllowEdit_remarks">Remarks</h5>
<div class="markdown level1 remarks"><p>As any other update operation performed directly on the
view (as opposed to on the base data collection on which that view depends,
see <a class="xref" href="C1.LiveLinq.LiveViewExtensions.AsUpdatable.html#C1_LiveLinq_LiveViewExtensions_AsUpdatable__1_C1_LiveLinq_LiveViews_View___0__">AsUpdatable&lt;T&gt;(View&lt;T&gt;)</a>), it is allowed only if the view
is not read-only (see <a class="xref" href="C1.LiveLinq.LiveViews.View.IsReadOnly.html#C1_LiveLinq_LiveViews_View_IsReadOnly">IsReadOnly</a>).</p>
<p>Although read-only properties of a view cannot be modified directly in the view,
they still reflect up-to-date values of the source,
so the difference is often not critical, you can always modify corresponding property in the source, that
will automatically change the property in the view.</p>
</div>
</div>
