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

    Specifies whether or not to show the progress indicator while a mail-merge document is being rendered.

    Namespace: DevExpress.Snap.Core.Options

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

    NuGet Package: DevExpress.Snap.Core

    Declaration

    bool ProgressIndicationFormVisible { get; set; }

    Property Value

    Type Description
    Boolean

    true, to indicate the current progress status; otherwise false.

    Property Paths

    You can access this nested property as listed below:

    Object Type Path to ProgressIndicationFormVisible
    MailMergeExportFormShowingEventArgs
    .Options .ProgressIndicationFormVisible
    See Also