Back to Devexpress

LayoutFooter Class

officefileapi-devexpress-dot-xtrarichedit-dot-api-dot-layout-7d0d289f.md

latest2.3 KB
Original Source

LayoutFooter Class

Layout element that relates to the document’s footer.

Namespace : DevExpress.XtraRichEdit.API.Layout

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

NuGet Package : DevExpress.RichEdit.Core

Declaration

csharp
public class LayoutFooter :
    LayoutHeaderFooterBase
vb
Public Class LayoutFooter
    Inherits LayoutHeaderFooterBase

The following members return LayoutFooter objects:

Remarks

Use DocumentLayout.GetElement, DocumentLayout.GetElement<T> methods or the LayoutVisitor and LayoutIterator objects to access the LayoutFooter element.

Implements

RangedLayoutElement

LayoutElement

Inheritance

Object LayoutElementBase RangedLayoutElementBase LayoutPageAreaBase DevExpress.XtraRichEdit.API.Layout.LayoutHeaderFooterBase LayoutFooter

See Also

LayoutFooter Members

DevExpress.XtraRichEdit.API.Layout Namespace