Skip to main content
You are viewing help content for a version that is no longer maintained/updated.
All docs
V21.2
  • 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.v21.2.dll

    NuGet Package: DevExpress.Win.Snap

    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