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

Represents the context for managing bibliographic sources in the Manage Bibliographic Sources dialog.

Definition

Namespace:Telerik.Windows.Documents.UI.Extensibility

Assembly:Telerik.Windows.Controls.RichTextBox.dll

Syntax:

C#
public class ManageBibliographicSourcesDialogContext

Inheritance: objectManageBibliographicSourcesDialogContext

Constructors

C#
public ManageBibliographicSourcesDialogContext(RadRichTextBox radRichTextBox)
Parameters:radRichTextBoxRadRichTextBox

Properties

Represents the RadRichTextBox within the ManageBibliographicSourcesDialogContext.

C#
public RadRichTextBox RadRichTextBox { get; set; }