Skip to main content
You are viewing help content for a version that is no longer maintained/updated.
All docs
V21.2
  • MailMergeExportFormControllerParameters(ISnapControl, SnapMailMergeExportOptions) Constructor

    Initializes a new instance of the MailMergeExportFormControllerParameters class with the specified settings.

    Namespace: DevExpress.Snap.Core.Forms

    Assembly: DevExpress.Snap.v21.2.Core.dll

    NuGet Package: DevExpress.Snap.Core

    Declaration

    public MailMergeExportFormControllerParameters(
        ISnapControl control,
        SnapMailMergeExportOptions properties
    )

    Parameters

    Name Type Description
    control ISnapControl

    An object implementing the ISnapControl interface.

    properties SnapMailMergeExportOptions

    A SnapMailMergeExportOptions object.

    See Also