Skip to main content

EditingFieldModel.ReadOnly Property

Specifies whether or not the field editing is enabled.

Namespace: DevExpress.XtraReports.Web.WebDocumentViewer

Assembly: DevExpress.XtraReports.v23.2.Web.dll

NuGet Package: DevExpress.Web.Reporting.Common

Declaration

[DataMember(Name = "readOnly")]
public bool ReadOnly { get; set; }

Property Value

Type Description
Boolean

true, if the field value can be edited; otherwise, false.

See Also