EndnoteUIProvider
Class
Provides user interface functionalities for managing endnotes within the document.
Definition
Namespace:Telerik.Windows.Documents.UI.UIProviders
Assembly:Telerik.Windows.Controls.RichTextBox.dll
Syntax:
C#
public class EndnoteUIProvider : NoteUIProviderBase, IUIProvider
Inheritance: objectNoteUIProviderBaseEndnoteUIProvider
Implements:
Inherited Members
Constructors
C#
public EndnoteUIProvider(EndnoteRangeStart endnoteStart)
Properties
Initializes a new instance of the EndnoteStart class,
configuring the provider for handling endnotes in the user interface.
C#
public EndnoteRangeStart EndnoteStart { get; }
Gets a value indicating whether the endnote has been removed from the document.
C#
public override bool IsRemoved { get; }
Overrides: