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.v24.1.Core.dll
NuGet Packages: DevExpress.RichEdit.Core, DevExpress.Win.Navigation
Declaration
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