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
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