# GrapeCity.ActiveReports.Blazor.Designer.ReportDesigner.LockLayout

## Content

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



<h1 id="GrapeCity_ActiveReports_Blazor_Designer_ReportDesigner_LockLayout_" data-uid="GrapeCity.ActiveReports.Blazor.Designer.ReportDesigner.LockLayout*">LockLayout Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="GrapeCity_ActiveReports_Blazor_Designer_ReportDesigner_LockLayout_" data-uid="GrapeCity.ActiveReports.Blazor.Designer.ReportDesigner.LockLayout*"></a>
<h4 id="GrapeCity_ActiveReports_Blazor_Designer_ReportDesigner_LockLayout" data-uid="GrapeCity.ActiveReports.Blazor.Designer.ReportDesigner.LockLayout">LockLayout</h4>
<div class="markdown level1 summary"><p>Gets or sets a value indicating whether LockLayout is enabled</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">[Parameter]
public bool LockLayout { get; init; }</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><p>A <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.boolean">bool</a> indicating if LockLayout is enabled.</p>
</td>
    </tr>
  </tbody>
</table>
<h5 id="GrapeCity_ActiveReports_Blazor_Designer_ReportDesigner_LockLayout_remarks">Remarks</h5>
<div class="markdown level1 remarks"><p>This property can only be set once during object initialization and cannot be changed afterwards.
When LockLayout is enabled, it is only possible to modify properties of existing report items.
I.e., adding a new report item or deleting of an existing one is not possible as well as other operations that modify report layout structure.</p>
</div>
</div>
