# GrapeCity.ActiveReports.Design.LayoutChangingArgs.Type

## Content

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



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



<a id="GrapeCity_ActiveReports_Design_LayoutChangingArgs_Type_" data-uid="GrapeCity.ActiveReports.Design.LayoutChangingArgs.Type*"></a>
<h4 id="GrapeCity_ActiveReports_Design_LayoutChangingArgs_Type" data-uid="GrapeCity.ActiveReports.Design.LayoutChangingArgs.Type">Type</h4>
<div class="markdown level1 summary"><p>Gets a value representing the type of the layout change that has occurred.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public LayoutChangeType Type { get; }</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="GrapeCity.ActiveReports.Design.LayoutChangeType.html">LayoutChangeType</a></td>
      <td><p>A <a class="xref" href="GrapeCity.ActiveReports.Design.LayoutChangeType.html">LayoutChangeType</a> value that indicates the specific type of layout change. This can include changes such as adding, deleting,
moving, or resizing controls or sections within the designer environment.</p>
</td>
    </tr>
  </tbody>
</table>
<h5 id="GrapeCity_ActiveReports_Design_LayoutChangingArgs_Type_remarks">Remarks</h5>
<div class="markdown level1 remarks"><p>The <a class="xref" href="GrapeCity.ActiveReports.Design.LayoutChangingArgs.Type.html#GrapeCity_ActiveReports_Design_LayoutChangingArgs_Type">Type</a> property provides detailed information about the nature of the layout change, enabling event handlers and other parts of
the application to respond appropriately to different types of changes.</p>
</div>
</div>
