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

Provides user interface functionalities for managing endnotes within the document.

Definition

Constructors

C#
public EndnoteUIProvider(EndnoteRangeStart endnoteStart)
Parameters:endnoteStartEndnoteRangeStart

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: NoteUIProviderBase.IsRemoved

C#
protected override Note Note { get; }

Overrides: NoteUIProviderBase.Note