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

SnapMailMergeStartedEventArgs.Document Property

Returns a mail merge document that has started rendering.

Namespace: DevExpress.Snap

Assembly: DevExpress.Snap.v20.1.Core.dll

NuGet Package: DevExpress.Snap.Core

Declaration

public SnapDocument Document { get; }

Property Value

Type Description
SnapDocument

An object implementing the SnapDocument interface.

See Also