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.v21.2.Core.dll

NuGet Package: DevExpress.RichEdit.Core

Declaration

bool HeaderFooterLinkToPrevious { get; set; }

Property Value

Type Description
Boolean

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

Remarks

If the MergeMode.NewSection option is set to true, each data record results in a new section. If the HeaderFooterLinkToPrevious is true, the header or footer in a new section is linked to the previous section, 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