Skip to main content
.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.v22.2.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.

See Also