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

ISnapControlOptions.SnapMailMergeVisualOptions Property

Provides access to the options that determine how a mail-merge document is displayed in a Snap application.

Namespace: DevExpress.Snap.Core.Options

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

Declaration

SnapMailMergeVisualOptions SnapMailMergeVisualOptions { get; }

Property Value

Type Description
SnapMailMergeVisualOptions

A SnapMailMergeVisualOptions object.

Remarks

Tip

Use the IDataDispatcherOptions.DataSourceName property to specify a data source used the mail merge source.

See Also