Skip to main content
A newer version of this page is available. .

DiagramControl.UndoManager Property

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

Namespace: DevExpress.XtraDiagram

Assembly: DevExpress.XtraDiagram.v19.1.dll

Declaration

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

Property Value

Type Description
DevExpress.Utils.UndoManager

A DevExpress.Utils.UndoManager object.

See Also