LayoutControl.UndoManager Property
Gets the manager that handles undo/redo operations via the Customization Form.
Namespace: DevExpress.XtraLayout
Assembly: DevExpress.XtraLayout.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
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