Skip to main content

DocumentViewerControl.UndoRedoManager Property

Provides access to an object that manages the undo and redo operations in the document viewer. This is a dependency property.

Namespace: DevExpress.Xpf.DocumentViewer

Assembly: DevExpress.Xpf.DocumentViewer.v23.2.Core.dll

NuGet Package: DevExpress.Wpf.DocumentViewer.Core

Declaration

public UndoRedoManager UndoRedoManager { get; }

Property Value

Type Description
DevExpress.Xpf.DocumentViewer.UndoRedoManager

A DevExpress.Xpf.DocumentViewer.UndoRedoManager object.

See Also