Back to Devexpress

EditingField.ReadOnly Property

corelibraries-devexpress-dot-xtraprinting-dot-editingfield-f63e4c55.md

latest1.4 KB
Original Source

EditingField.ReadOnly Property

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

Namespace : DevExpress.XtraPrinting

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

NuGet Package : DevExpress.Printing.Core

Declaration

csharp
[DefaultValue(false)]
public bool ReadOnly { get; set; }
vb
<DefaultValue(False)>
Public Property [ReadOnly] As Boolean

Property Value

TypeDefaultDescription
Booleanfalse

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

ReadOnly

EditingField Class

EditingField Members

DevExpress.XtraPrinting Namespace