Skip to main content
All docs
V18.2

ASPxDesignerNavigateTab.undoEngine Property

Provides access to an engine that manages undo and redo operations in the Web Report Designer.

Namespace: DevExpress.XtraReports.Web.Scripts

Assembly: DevExpress.XtraReports.v18.2.Web.Scripts.dll

Declaration

public ASPxDesignerUndoEngine undoEngine { get; }

Property Value

Type Description
ASPxDesignerUndoEngine

An object that specifies an undo/redo engine.

See Also