Skip to main content
All docs
V18.2

ASPxClientWebDocumentViewerEditingFieldChangedEventArgs.NewValue Property

Provides access to a new value of an editing field.

Namespace: DevExpress.XtraReports.Web.Scripts

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

Declaration

public object NewValue { get; }

Property Value

Type Description
Object

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

See Also