Skip to main content

RichEditControl.MailMergeOptions Property

Obtains common mail merge options. This is a dependency property.

Namespace: DevExpress.Xpf.RichEdit

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

NuGet Package: DevExpress.Wpf.RichEdit

Declaration

public DXRichEditMailMergeOptions MailMergeOptions { get; set; }

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