Back to Devexpress

Section.LinkHeaderToNext() Method

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

latest1.4 KB
Original Source

Section.LinkHeaderToNext() Method

Establishes a link to the next 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 LinkHeaderToNext()
vb
Sub LinkHeaderToNext

Remarks

You can use the Section.UnlinkHeaderFromNext method to break the link, and the Section.IsHeaderLinkedToNext method to tell whether such a link exists.

See Also

UnlinkHeaderFromNext

Section Interface

Section Members

DevExpress.XtraRichEdit.API.Native Namespace