Back to Devexpress

Section.LinkHeaderToPrevious() Method

officefileapi-devexpress-dot-xtrarichedit-dot-api-dot-native-dot-section-9b8bcca8.md

latest1.9 KB
Original Source

Section.LinkHeaderToPrevious() Method

Establishes a link to the previous section’s header 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 LinkHeaderToPrevious()
vb
Sub LinkHeaderToPrevious

Remarks

You can use the Section.UnlinkHeaderFromPrevious method to break the link, and the Section.IsHeaderLinkedToPrevious method to tell whether such a link exists. The ToggleHeaderFooterLinkToPreviousCommand can also be utilized for linking/unlinking, but it is not available for the RichEditDocumentServer.

See Also

UnlinkHeaderFromPrevious

ToggleHeaderFooterLinkToPreviousCommand

Section Interface

Section Members

DevExpress.XtraRichEdit.API.Native Namespace