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.Xpf.Diagram

Assembly: DevExpress.Xpf.Diagram.v18.2.dll

Declaration

public UndoManager UndoManager { get; }

Property Value

Type Description
DevExpress.Utils.UndoManager

A DevExpress.Utils.UndoManager object.

See Also