Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

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.v19.1.Core.dll

Declaration

void 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