Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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

NuGet Package: DevExpress.RichEdit.Core

#Declaration

bool HeaderFooterLinkToPrevious { get; set; }

#Property Value

Type Default Description
Boolean true

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