EditingField.ReadOnly Property
Specifies whether an editing field’s content can be customized in Print Preview.
Namespace: DevExpress.XtraPrinting
Assembly: DevExpress.Printing.v24.2.Core.dll
NuGet Package: DevExpress.Printing.Core
Declaration
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