Skip to main content
A newer version of this page is available. .

PrintingOptions.UpdateDocVariablesBeforePrint Property

Gets or sets whether fields are automatically updated before a document is printed.

Namespace: DevExpress.XtraRichEdit

Assembly: DevExpress.RichEdit.v18.2.Core.dll

Declaration

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

Property Value

Type Default Description
Boolean **true**

true, to update fields before a document is printed; otherwise, false.

Property Paths

You can access this nested property as listed below:

Library Object Type Path to UpdateDocVariablesBeforePrint
WinForms Controls SnapControlOptions
.Printing.UpdateDocVariablesBeforePrint
RichEditControlOptions
.Printing.UpdateDocVariablesBeforePrint
WPF Controls RichEditControlOptions
.Printing.UpdateDocVariablesBeforePrint
Office File API RichEditControlOptionsBase
.Printing.UpdateDocVariablesBeforePrint
See Also