Skip to main content
Box

LayoutPage.Footnotes Property

Provides access to the collection of page footnotes.

Namespace: DevExpress.XtraRichEdit.API.Layout

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

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

Declaration

public LayoutNoteCollection Footnotes { get; }

Property Value

Type Description
LayoutNoteCollection

A collection of footnotes located on the page.

See Also