Back to Devexpress

Section.LinkFooterToNext() Method

officefileapi-devexpress-dot-xtrarichedit-dot-api-dot-native-dot-section-ad42655f.md

latest1.6 KB
Original Source

Section.LinkFooterToNext() Method

Establishes a link to the next section’s footer so that they have the same content.

Namespace : DevExpress.XtraRichEdit.API.Native

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

NuGet Package : DevExpress.RichEdit.Core

Declaration

csharp
void LinkFooterToNext()
vb
Sub LinkFooterToNext

Remarks

The LinkFooterToNext method without parameters defaults to the HeaderFooterType.Odd header type, according to the standard.

You can use the Section.UnlinkFooterFromNext method to break the link, and the Section.IsFooterLinkedToNext method to determine whether such a link exists.

See Also

UnlinkFooterFromNext

Section Interface

Section Members

DevExpress.XtraRichEdit.API.Native Namespace