Skip to main content
All docs
V18.2

ASPxDesignerUndoEngine.isDirty Property

Provides access to a value that specifies whether or not a report has been changed.

Namespace: DevExpress.XtraReports.Web.Scripts

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

Declaration

public KnockoutObservable<bool> isDirty { get; }

Property Value

Type Description
KnockoutObservable<Boolean>

A knockout observable boolean object, whose value is true if the report has been modified, and false otherwise.

See Also