# GrapeCity.ActiveReports.Design.LayoutChangingArgs.OldValue

## Content

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



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



<a id="GrapeCity_ActiveReports_Design_LayoutChangingArgs_OldValue_" data-uid="GrapeCity.ActiveReports.Design.LayoutChangingArgs.OldValue*"></a>
<h4 id="GrapeCity_ActiveReports_Design_LayoutChangingArgs_OldValue" data-uid="GrapeCity.ActiveReports.Design.LayoutChangingArgs.OldValue">OldValue</h4>
<div class="markdown level1 summary"><p>Gets a value representing the old value prior to the layout change.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public object OldValue { 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="https://learn.microsoft.com/dotnet/api/system.object">object</a></td>
      <td><p>An <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a> representing the value before the layout change occurred. This could reflect a previous property value, the original state
of an element, or any other relevant data prior to the modification.</p>
</td>
    </tr>
  </tbody>
</table>
<h5 id="GrapeCity_ActiveReports_Design_LayoutChangingArgs_OldValue_remarks">Remarks</h5>
<div class="markdown level1 remarks"><p>The <a class="xref" href="GrapeCity.ActiveReports.Design.LayoutChangingArgs.OldValue.html#GrapeCity_ActiveReports_Design_LayoutChangingArgs_OldValue">OldValue</a> property is crucial for understanding the scope and impact of a layout change, providing a baseline from which the change
can be measured or reversed.</p>
</div>
</div>
