Back to Devexpress

LayoutControl.UndoManager Property

windowsforms-devexpress-dot-xtralayout-dot-layoutcontrol-81d9ec45.md

latest1.5 KB
Original Source

LayoutControl.UndoManager Property

Gets the manager that handles undo/redo operations via the Customization Form.

Namespace : DevExpress.XtraLayout

Assembly : DevExpress.XtraLayout.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[Browsable(false)]
public UndoManager UndoManager { get; }
vb
<Browsable(False)>
Public ReadOnly Property UndoManager As UndoManager

Property Value

TypeDescription
DevExpress.XtraLayout.Customization.UndoManager

A DevExpress.XtraLayout.Customization.UndoManager object.

|

Remarks

See the Runtime Undo/Redo topic for more information.

See Also

LayoutControl Class

LayoutControl Members

DevExpress.XtraLayout Namespace