Skip to main content
All docs
V18.2

ASPxClientWebDocumentViewerEditingField.editorName() Method

Returns the name of an editor used to change a field value in Print Preview.

Namespace: DevExpress.XtraReports.Web.Scripts

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

Declaration

public string editorName()

Returns

Type Description
String

A string that specifies the editor name.

Remarks

If the editor name has not been explicitly specified, a standard editor is used to customize an editing field’s content in Print Preview.

See Also