Skip to main content
Box

LayoutFooter.BeginUpdate(HeaderFooterType) Method

OBSOLETE

This method has become obsolete. Use the 'DevExpress.XtraRichEdit.API.Layout.DocumentLayout.BeginUpdateDocument(RangedLayoutElement element)' where 'element' is LayoutFooter instance.

Provides access to a SubDocument for the Rich Text Editor document’s footer which relates to the current layout object.

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.BeginUpdateDocument(RangedLayoutElement element)' where 'element' is LayoutFooter instance.", true)]
public override SubDocument BeginUpdate(
    HeaderFooterType type
)

Parameters

Name Type Description
type HeaderFooterType

A HeaderFooterType enumeration value, that is the type of the footer for which a content is obtained.

Returns

Type Description
SubDocument

A SubDocument object which is the footer content.

Remarks

The BeginUpdate method is similar to the Section.BeginUpdateFooter method.

See Also