[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Design.Designer.UndoManager

UndoManager Property

UndoManager

Gets a value representing the UndoManager instance that manages undo and redo operations within the designer.

Declaration
[Browsable(false)]
public UndoManager UndoManager { get; }
Property Value
Type Description
UndoManager

The UndoManager that allows for the undoing and redoing of changes made in the designer.

Remarks

The UndoManager 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.

Through the UndoManager, 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.