Back to Devexpress

MailMergeOptions.HeaderFooterLinkToPrevious Property

officefileapi-devexpress-dot-xtrarichedit-dot-api-dot-native-dot-mailmergeoptions-e3710c0d.md

latest1.8 KB
Original Source

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

NuGet Package : DevExpress.RichEdit.Core

Declaration

csharp
bool HeaderFooterLinkToPrevious { get; set; }
vb
Property HeaderFooterLinkToPrevious As Boolean

Property Value

TypeDefaultDescription
Booleantrue

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

MailMergeOptions Interface

MailMergeOptions Members

DevExpress.XtraRichEdit.API.Native Namespace