RichEditControl.MailMergeOptions Property
Obtains common mail merge options. This is a dependency property.
Namespace: DevExpress.Xpf.RichEdit
Assembly: DevExpress.Xpf.RichEdit.v24.1.dll
NuGet Package: DevExpress.Wpf.RichEdit
Declaration
Property Value
Type | Description |
---|---|
DXRichEditMailMergeOptions | A DXRichEditMailMergeOptions object which holds common mail merge options. |
Remarks
The settings provided by the MailMergeOptions property are used by the RichEditControl.MailMerge method, unless specified explicitly in the options parameter.
To specify options for a given mail merge process, create a new call the RichEditControl.CreateMailMergeOptions method to create a MailMergeOptions instance, and pass the created object as the RichEditControl.MailMerge method parameter.
See Also