Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

RichEditControl.MailMergeOptions Property

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

Namespace: DevExpress.Xpf.RichEdit

Assembly: DevExpress.Xpf.RichEdit.v24.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