Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+
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.v20.2.Core.dll

NuGet Package: DevExpress.RichEdit.Core

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