Skip to main content
A newer version of this page is available. .

LayoutControl.UndoManager Property

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

Namespace: DevExpress.XtraLayout

Assembly: DevExpress.XtraLayout.v18.2.dll

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