Skip to main content
A newer version of this page is available. .

EditingField.ReadOnly Property

Specifies whether an editing field’s content can be customized in Print Preview.

Namespace: DevExpress.XtraPrinting

Assembly: DevExpress.Printing.v18.2.Core.dll

Declaration

[DefaultValue(false)]
[XtraSerializableProperty]
public bool ReadOnly { get; set; }

Property Value

Type Default Description
Boolean **false**

true, if a field cannot be edited in Print Preview; otherwise, false.

Remarks

The field’s ReadOnly property corresponds to the EditOptions.ReadOnly property of a control.

See Also