Skip to main content
Box

LayoutFooter.EndUpdate(SubDocument) Method

OBSOLETE

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

Finalizes editing of the footer content in the document.

Namespace: DevExpress.XtraRichEdit.API.Layout

Assembly: DevExpress.RichEdit.v23.2.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 footer content obtained by the LayoutFooter.BeginUpdate method.

Remarks

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

See Also