ASPxRichEditFieldsSettings.UpdateFieldsBeforePrint Property
Gets or sets whether the control updates fields‘ values before printing.
Namespace: DevExpress.Web.ASPxRichEdit
Assembly: DevExpress.Web.ASPxRichEdit.v24.2.dll
Declaration
Property Value
Type | Default | Description |
---|---|---|
Boolean | true |
|
Property Paths
You can access this nested property as listed below:
Object Type | Path to UpdateFieldsBeforePrint |
---|---|
ASPxRichEditSettings |
|
Remarks
When an end-user executes a printing command, the Rich Edit control automatically updates values of all the document’s fields. Set the UpdateFieldsBeforePrint property to false
to prevent the update operation.
See Also