Skip to main content
Box

LayoutHeader.EndUpdate(SubDocument) Method

OBSOLETE

This method has become obsolete. Use the 'EndUpdateDocument' method instead.

Finalizes editing of the header content in the document.

Namespace: DevExpress.XtraRichEdit.API.Layout

Assembly: DevExpress.RichEdit.v24.1.Core.dll

NuGet Packages: DevExpress.RichEdit.Core, DevExpress.Win.Navigation

Declaration

[Obsolete("This method has become obsolete. Use the 'DevExpress.XtraRichEdit.API.Layout.DocumentLayout.EndUpdateDocument(SubDocument document)' method instead.", true)]
public override void EndUpdate(
    SubDocument document
)

Parameters

Name Type Description
document SubDocument

A SubDocument object which is the header content obtained by the LayoutHeader.BeginUpdate method.

Remarks

The EndUpdate method is similar to the Section.EndUpdateHeader method.

See Also