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