# GrapeCity.ActiveReports.Design.Designer.UndoManager

## Content

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



<h1 id="GrapeCity_ActiveReports_Design_Designer_UndoManager_" data-uid="GrapeCity.ActiveReports.Design.Designer.UndoManager*">UndoManager Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="GrapeCity_ActiveReports_Design_Designer_UndoManager_" data-uid="GrapeCity.ActiveReports.Design.Designer.UndoManager*"></a>
<h4 id="GrapeCity_ActiveReports_Design_Designer_UndoManager" data-uid="GrapeCity.ActiveReports.Design.Designer.UndoManager">UndoManager</h4>
<div class="markdown level1 summary"><p>Gets a value representing the <a class="xref" href="GrapeCity.ActiveReports.Design.Designer.UndoManager.html#GrapeCity_ActiveReports_Design_Designer_UndoManager">UndoManager</a> instance that manages undo and redo operations within the designer.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">[Browsable(false)]
public UndoManager UndoManager { 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.UndoManager.html">UndoManager</a></td>
      <td><p>The <a class="xref" href="GrapeCity.ActiveReports.Design.UndoManager.html">UndoManager</a> that allows for the undoing and redoing of changes made in the designer.</p>
</td>
    </tr>
  </tbody>
</table>
<h5 id="GrapeCity_ActiveReports_Design_Designer_UndoManager_remarks">Remarks</h5>
<div class="markdown level1 remarks"><p>The <a class="xref" href="GrapeCity.ActiveReports.Design.UndoManager.html">UndoManager</a> is a critical component of the designer's user experience, providing users with the ability
to reverse actions or restore them if reversed unintentionally. This property exposes the undo manager associated with the current instance of the designer,
enabling programmatic access to its functionality.</p>
<p>
Through the <a class="xref" href="GrapeCity.ActiveReports.Design.UndoManager.html">UndoManager</a>, developers can programmatically trigger undo or redo operations, check the availability 
of such operations, and even integrate more complex undo/redo scenarios into their applications.
</p>
</div>
</div>
