Skip to main content
You are viewing help content for a version that is no longer maintained/updated.
All docs
V21.2
  • SnapMailMergeVisualOptions.IsMailMergeEnabled Property

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

    Namespace: DevExpress.Snap.Core.Options

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

    NuGet Package: DevExpress.Snap.Core

    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