Skip to main content
All docs
V18.2

ASPxDesignerUndoEngine.undoEnabled Property

Provides access to a value that specifies whether or not the undo action can currently be performed.

Namespace: DevExpress.XtraReports.Web.Scripts

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

Declaration

public KnockoutObservable<bool> undoEnabled { get; }

Property Value

Type Description
KnockoutObservable<Boolean>

A knockout observable boolean object, whose value is true if the undo action can be performed, and false otherwise.

See Also