Skip to main content

IDocumentVisitor.Visit(DocumentFootnoteCustomMark) Method

Called when a DocumentFootnoteCustomMark element is encountered.

Namespace: DevExpress.XtraRichEdit.API.Native

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

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

Declaration

void Visit(
    DocumentFootnoteCustomMark footnoteCustomMark
)

Parameters

Name Type Description
footnoteCustomMark DocumentFootnoteCustomMark

An object being visited.

See Also