Skip to main content
You are viewing help content for a version that is no longer maintained/updated.
All docs
V21.2
  • DevExpress v25.1 Update — Your Feedback Matters

    Our What's New in v25.1 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

    Take the survey Not interested

    MailMergeNumberingRestart Enum

    List types of the behavior of numbered lists when the mail merge operation is performed.

    Namespace: DevExpress.Snap.Core.Options

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

    NuGet Package: DevExpress.Snap.Core

    #Declaration

    public enum MailMergeNumberingRestart

    #Members

    Name Description
    None

    Continue the list numbering unless otherwise specified in the list settings (e.g, when a specific numbered list is manually restarted).

    Always

    Restart a numbered list for each record.

    AlwaysExceptParagraphStyles

    Restart the numbered list for each record, but ignore lists that created by applying paragraph styles with numbering (e.g., “Chapter 1”, “Chapter 2”, etc. ) .

    #Related API Members

    The following properties accept/return MailMergeNumberingRestart values:

    See Also