Skip to main content
You are viewing help content for a version that is no longer maintained/updated.
All docs
V21.2
  • 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.v21.2.Core.dll

    NuGet Package: DevExpress.Snap.Core

    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