Skip to main content
All docs
V18.2

ASPxClientWebDocumentViewerEditingFieldChangedEventArgs.Field Property

Gets an editing field whose value has been changed.

Namespace: DevExpress.XtraReports.Web.Scripts

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

Declaration

public ASPxClientWebDocumentViewerEditingField Field { get; }

Property Value

Type Description
ASPxClientWebDocumentViewerEditingField

An object that specifies an editing field whose content has been changed.

See Also