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

SnapMailMergeVisualOptions.IsMailMergeEnabled Property

Indicates whether or not the mail merge is enabled for a data source.

Namespace: DevExpress.Snap.Core.Options

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

Declaration

bool IsMailMergeEnabled { get; }

Property Value

Type Description
Boolean

true, if mail merge is enabled for the data source; otherwise false.

Property Paths

You can access this nested property as listed below:

Object Type Path to IsMailMergeEnabled
ISnapControlOptions
.SnapMailMergeVisualOptions.IsMailMergeEnabled
SnapControlOptions
.SnapMailMergeVisualOptions.IsMailMergeEnabled
See Also