Skip to main content
Box

LayoutPage.Footer Property

Gets the footer of the current page.

Namespace: DevExpress.XtraRichEdit.API.Layout

Assembly: DevExpress.RichEdit.v23.2.Core.dll

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

Declaration

public LayoutFooter Footer { get; }

Property Value

Type Description
LayoutFooter

A LayoutFooter object that is the page footer.

See Also