Skip to main content
All docs
V18.2

ASPxClientWebDocumentViewerEditingField.readOnly Field

Provides access to a value that specifies whether or not an editing field’s content can be customized in Print Preview.

Namespace: DevExpress.XtraReports.Web.Scripts

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

Declaration

public KnockoutObservable<bool> readOnly

Field Value

Type
KnockoutObservable<Boolean>
See Also