Skip to main content

EditingField.ReadOnly Property

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

Namespace: DevExpress.XtraPrinting

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

NuGet Package: DevExpress.Printing.Core

Declaration

[DefaultValue(false)]
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