New to Telerik UI for WPFStart a free 30-day trial

Provides the user interface elements and functionality for managing footnotes in documents.

Definition

Constructors

C#
public FootnoteUIProvider(FootnoteRangeStart footnoteStart)
Parameters:footnoteStartFootnoteRangeStart

Properties

Represents the starting point for a footnote in the document. This provider manages the footnote UI elements and their interactions.

C#
public FootnoteRangeStart FootnoteStart { get; }

Gets a value indicating whether the footnote has been removed.

C#
public override bool IsRemoved { get; }
Property Value:

Returns true if the footnote is removed; otherwise, false.

Overrides: NoteUIProviderBase.IsRemoved

C#
protected override Note Note { get; }

Overrides: NoteUIProviderBase.Note