Class AddNewBibliographicSourceDialogContext
Inheritance
System.Object
AddNewBibliographicSourceDialogContext
Namespace: Telerik.Windows.Documents.UI.Extensibility
Assembly: Telerik.Windows.Controls.RichTextBox.dll
Syntax
public class AddNewBibliographicSourceDialogContext : Object
Constructors
AddNewBibliographicSourceDialogContext(RadDocument, String, Boolean, Action<BibliographicSource>)
Declaration
public AddNewBibliographicSourceDialogContext(RadDocument document, string sourceName = null, bool insertFieldOnClose = true, Action<BibliographicSource> callBackOnClosed = null)
Parameters
Rad
|
System.
|
System.
|
System.
|
Properties
BRSourceName
Declaration
public string BRSourceName { get; set; }
Property Value
System.
|
CallBackOnClosed
Declaration
public Action<BibliographicSource> CallBackOnClosed { get; set; }
Property Value
System.
|
Document
InsertFieldOnClose
Declaration
public bool InsertFieldOnClose { get; set; }
Property Value
System.
|