Skip to main content

DiagramControl.UndoManager Property

Provides access to an object that manages the undo and redo operations in the DiagramControl.

Namespace: DevExpress.XtraDiagram

Assembly: DevExpress.XtraDiagram.v23.2.dll

NuGet Package: DevExpress.Win.Diagram

Declaration

[Browsable(false)]
public UndoManager UndoManager { get; }

Property Value

Type Description
DevExpress.Utils.UndoManager

A DevExpress.Utils.UndoManager object.

See Also