Back to Devexpress

Section.UnlinkHeaderFromNext(HeaderFooterType) Method

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

latest1.8 KB
Original Source

Section.UnlinkHeaderFromNext(HeaderFooterType) Method

Breaks the link of the current section’s header to the header of the next section so that it can hold different content.

Namespace : DevExpress.XtraRichEdit.API.Native

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

NuGet Package : DevExpress.RichEdit.Core

Declaration

csharp
void UnlinkHeaderFromNext(
    HeaderFooterType type
)
vb
Sub UnlinkHeaderFromNext(
    type As HeaderFooterType
)

Parameters

NameTypeDescription
typeHeaderFooterType

A HeaderFooterType enumeration member specifying the type of the header for which the link is being broken.

|

Remarks

Use the Section.IsHeaderLinkedToNext method to examine whether the link exists.

See Also

IsHeaderLinkedToNext

Section Interface

Section Members

DevExpress.XtraRichEdit.API.Native Namespace