Skip to main content
A newer version of this page is available. .

MailMergeStartedEventArgs.Document Property

Gets a merged document.

Namespace: DevExpress.XtraRichEdit

Assembly: DevExpress.RichEdit.v18.2.Core.dll

Declaration

public Document Document { get; }

Property Value

Type Description
Document

A Document interface providing access to a merged document.

Remarks

The Document property enables you to modify an interim document before merge process is started.

See Also