Skip to main content

LayoutControl.UndoManager Property

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

Namespace: DevExpress.XtraLayout

Assembly: DevExpress.XtraLayout.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

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

Property Value

Type Description
DevExpress.XtraLayout.Customization.UndoManager

A DevExpress.XtraLayout.Customization.UndoManager object.

Remarks

See the Runtime Undo/Redo topic for more information.

See Also