Back to Devexpress

DXRichEditFieldOptions.UpdateDocVariablesBeforePrint Property

wpf-devexpress-dot-xpf-dot-richedit-dot-dxricheditfieldoptions-d5200d45.md

latest2.0 KB
Original Source

DXRichEditFieldOptions.UpdateDocVariablesBeforePrint Property

Gets or sets whether to refresh the DOCVARIABLE field values when the document is to be printed. This is a dependency property.

Namespace : DevExpress.Xpf.RichEdit

Assembly : DevExpress.Xpf.RichEdit.v25.2.dll

NuGet Package : DevExpress.Wpf.RichEdit

Declaration

csharp
public bool UpdateDocVariablesBeforePrint { get; set; }
vb
Public Property UpdateDocVariablesBeforePrint As Boolean

Property Value

TypeDescription
Boolean

true, to update the field values before printing; otherwise, false.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to UpdateDocVariablesBeforePrint
RichEditControl

.FieldOptions .UpdateDocVariablesBeforePrint

|

Remarks

The UpdateDocVariablesBeforePrint option setting affects any document loaded in the RichEditControl.

The Document.UpdateDocVariablesBeforePrint property has priority over the UpdateDocVariablesBeforePrint setting.

See Also

DXRichEditFieldOptions Class

DXRichEditFieldOptions Members

DevExpress.Xpf.RichEdit Namespace