Skip to main content

DocumentVisitorBase.Visit(DocumentFootnoteCustomMark) Method

Called when a DocumentFootnoteCustomMark element is encountered.

Namespace: DevExpress.XtraRichEdit.API.Native

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

NuGet Package: DevExpress.RichEdit.Core

Declaration

public virtual void Visit(
    DocumentFootnoteCustomMark footnoteCustomMark
)

Parameters

Name Type Description
footnoteCustomMark DocumentFootnoteCustomMark

An object being visited.

See Also