Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

MailMergeOptions.NumberedListRestart Property

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

Namespace: DevExpress.XtraRichEdit.API.Native

Assembly: DevExpress.RichEdit.v23.1.Core.dll

NuGet Package: DevExpress.RichEdit.Core

Declaration

MailMergeNumberingRestart NumberedListRestart { get; set; }

Property Value

Type Description
MailMergeNumberingRestart

An enumeration value that indicates the numbering list restart mode.

Remarks

To restart a numbered list for each record in a mail merge document, set this property to the Always or AlwaysExceptParagraphStyles.

Note

When you work with large data sources, the NumberedListRestart property usage may result in a performance degradation. If your usage scenario requires the NumberedListRestart property, divide your data source into batches and use these parts in the mail merge process to obtain separate documents with small parts of your data source. You can use the FirstRecordIndex and LastRecordIndex properties to complete the task.

See Also