Skip to main content

ASPxRichEditFieldsSettings.UpdateFieldsBeforePrint Property

Gets or sets whether the control updates fields‘ values before printing.

Namespace: DevExpress.Web.ASPxRichEdit

Assembly: DevExpress.Web.ASPxRichEdit.v23.2.dll

NuGet Package: DevExpress.Web.Office

Declaration

[DefaultValue(true)]
public bool UpdateFieldsBeforePrint { get; set; }

Property Value

Type Default Description
Boolean true

true, if the fields’ values should be updated; otherwise, false.

Property Paths

You can access this nested property as listed below:

Object Type Path to UpdateFieldsBeforePrint
ASPxRichEditSettings
.Fields .UpdateFieldsBeforePrint

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