ClassFootnoteUIProvider
Class
Provides the user interface elements and functionality for managing footnotes in documents.
Definition
Namespace:Telerik.Windows.Documents.UI.UIProviders
Assembly:Telerik.Windows.Controls.RichTextBox.dll
Syntax:
cs-api-definition
public class FootnoteUIProvider : NoteUIProviderBase, IUIProvider
Inheritance: objectNoteUIProviderBaseFootnoteUIProvider
Implements:
Inherited Members
Constructors
FootnoteUIProvider(FootnoteRangeStart)
Declaration
cs-api-definition
public FootnoteUIProvider(FootnoteRangeStart footnoteStart)
Parameters
footnoteStart
Properties
FootnoteStart
Represents the starting point for a footnote in the document. This provider manages the footnote UI elements and their interactions.
Declaration
cs-api-definition
public FootnoteRangeStart FootnoteStart { get; }
Property Value
IsRemoved
Gets a value indicating whether the footnote has been removed.
Declaration
cs-api-definition
public override bool IsRemoved { get; }
Property Value
Returns true if the footnote is removed; otherwise, false.
Overrides