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