Back to Devexpress

DXRichEditMailMergeOptions.ViewMergedData Property

wpf-devexpress-dot-xpf-dot-richedit-dot-dxricheditmailmergeoptions-4645a188.md

latest2.0 KB
Original Source

DXRichEditMailMergeOptions.ViewMergedData Property

Specifies whether to display field results or field codes in a mail merge document. 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 ViewMergedData { get; set; }
vb
Public Property ViewMergedData As Boolean

Property Value

TypeDescription
Boolean

true, to display actual data; otherwise, false.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to ViewMergedData
RichEditControl

.MailMergeOptions .ViewMergedData

|

Remarks

Use this property to select whether the document fields should display their associated data source records or their field codes.

When the ViewMergedData is enabled, a field displays the data record with the index specified by the DXRichEditMailMergeOptions.ActiveRecord property.

See Also

DXRichEditMailMergeOptions Class

DXRichEditMailMergeOptions Members

DevExpress.Xpf.RichEdit Namespace