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

MailMergeOptions.HeaderFooterLinkToPrevious Property

Gets ors sets whether headers (footers) in the merged document have the same content in all sections.

Namespace: DevExpress.XtraRichEdit.API.Native

Assembly: DevExpress.RichEdit.v19.2.Core.dll

Declaration

bool HeaderFooterLinkToPrevious { get; set; }

Property Value

Type Description
Boolean

true, to link headers (footers) one to another so that they have the same content; otherwise, false.

Remarks

In the mail merge technique, if the MergeMode.NewSection option is set to true, each data record results in a new section being appended to the merged document. If the HeaderFooterLinkToPrevious is true (by default) , the header or footer in a new section is linked to the previous one, so they have the same content. If you set the HeaderFooterLinkToPrevious option to false, you can specify the content for a section’s header or footer independently.

See Also