Back to Devexpress

DocumentViewerControl.UndoRedoManager Property

wpf-devexpress-dot-xpf-dot-documentviewer-dot-documentviewercontrol-d35976c6.md

latest1.2 KB
Original Source

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.v25.2.Core.dll

NuGet Package : DevExpress.Wpf.DocumentViewer.Core

Declaration

csharp
public UndoRedoManager UndoRedoManager { get; }
vb
Public ReadOnly Property UndoRedoManager As UndoRedoManager

Property Value

TypeDescription
DevExpress.Xpf.DocumentViewer.UndoRedoManager

A DevExpress.Xpf.DocumentViewer.UndoRedoManager object.

|

See Also

DocumentViewerControl Class

DocumentViewerControl Members

DevExpress.Xpf.DocumentViewer Namespace