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

MailMergeExportFormControllerParameters(ISnapControl, SnapMailMergeExportOptions) Constructor

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

Namespace: DevExpress.Snap.Core.Forms

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

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