Skip to main content
All docs
V18.2

ASPxClientWebDocumentViewerEditingFieldChangedEventArgs.OldValue Property

Provides access to a previous value of an editing field.

Namespace: DevExpress.XtraReports.Web.Scripts

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

Declaration

public object OldValue { get; }

Property Value

Type Description
Object

An object that specifies an editing field’s previous value.

See Also