Skip to main content
All docs
V18.2

ASPxClientWebDocumentViewerDocumentOperationResponse.customData Property

Specifies custom data associated with the performed document operation.

Namespace: DevExpress.XtraReports.Web.Scripts

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

Declaration

public string customData { get; }

Property Value

Type Description
String

A string containing information associated with the document operation.

See Also