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

SnapControlOptions.SnapMailMergeVisualOptions Property

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

Namespace: DevExpress.Snap

Assembly: DevExpress.Snap.v18.2.dll

Declaration

public SnapMailMergeVisualOptions SnapMailMergeVisualOptions { get; }

Property Value

Type Description
SnapMailMergeVisualOptions

A SnapMailMergeVisualOptions object.

Property Paths

You can access this nested property as listed below:

Object Type Path to SnapMailMergeVisualOptions
SnapControl
.Options.SnapMailMergeVisualOptions
See Also