Back to Devexpress

Section.LinkFooterToNext(HeaderFooterType) Method

officefileapi-devexpress-dot-xtrarichedit-dot-api-dot-native-dot-section-dot-linkfootertonext-x28-devexpress-dot-xtrarichedit-dot-api-dot-native-dot-headerfootertype-x29.md

latest1.9 KB
Original Source

Section.LinkFooterToNext(HeaderFooterType) 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(
    HeaderFooterType type
)
vb
Sub LinkFooterToNext(
    type As HeaderFooterType
)

Parameters

NameTypeDescription
typeHeaderFooterType

A HeaderFooterType enumeration member specifying the type of the header.

|

Remarks

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