# GrapeCity.ActiveReports.Design.LayoutChangingArgs.AllowChange

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="GrapeCity_ActiveReports_Design_LayoutChangingArgs_AllowChange_" data-uid="GrapeCity.ActiveReports.Design.LayoutChangingArgs.AllowChange*">AllowChange Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="GrapeCity_ActiveReports_Design_LayoutChangingArgs_AllowChange_" data-uid="GrapeCity.ActiveReports.Design.LayoutChangingArgs.AllowChange*"></a>
<h4 id="GrapeCity_ActiveReports_Design_LayoutChangingArgs_AllowChange" data-uid="GrapeCity.ActiveReports.Design.LayoutChangingArgs.AllowChange">AllowChange</h4>
<div class="markdown level1 summary"><p>Gets or sets a value indicating whether the layout change is allowed to proceed.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public bool AllowChange { get; set; }</code></pre>
</div>
<h5 class="propertyValue">Property Value</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.boolean">bool</a></td>
      <td><pre><code>&lt;code&gt;true&lt;/code&gt; if the layout change is allowed; otherwise, &lt;code&gt;false&lt;/code&gt;. The default is &lt;code&gt;true&lt;/code&gt;, indicating that the change can proceed unless 
</code></pre>
<p>explicitly set otherwise.</p>
</td>
    </tr>
  </tbody>
</table>
<h5 id="GrapeCity_ActiveReports_Design_LayoutChangingArgs_AllowChange_remarks">Remarks</h5>
<div class="markdown level1 remarks"><p>This property provides a mechanism to control the execution of layout changes. By setting <a class="xref" href="GrapeCity.ActiveReports.Design.LayoutChangingArgs.AllowChange.html#GrapeCity_ActiveReports_Design_LayoutChangingArgs_AllowChange">AllowChange</a> to <code>false</code>, event handlers
can prevent specific changes from being applied, based on custom logic or conditions.</p>
</div>
</div>
