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

MailMergeExportFormShowingEventArgs.Options Property

Provides access to the mail merge options of the Export Range dialog window that is invoked when publishing a document.

Namespace: DevExpress.Snap

Assembly: DevExpress.Snap.v19.1.Core.dll

Declaration

public SnapMailMergeExportOptions Options { get; }

Property Value

Type Description
SnapMailMergeExportOptions

A SnapMailMergeExportOptions object.

Remarks

The Export Range dialog window provides a user interface to specify the SnapMailMergeExportOptions. It is invoked after selecting the publishing format of a mail-merge document in the Data Tools: Mail Merge toolbar.

snap-mail-merge-export-range-dialog

See Also