Skip to main content

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

NuGet Packages: DevExpress.RichEdit.Core, DevExpress.Win.Navigation

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