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

Provides functionality for showing dialogs for inserting tables.

Definition

Namespace:Telerik.Windows.Documents.UI.Extensibility

Assembly:Telerik.Windows.Controls.RichTextBox.dll

Syntax:

C#
public interface IInsertTableDialog

Derived Classes: InsertTableDialog

Methods

Shows the dialog. Specified insert table callback is applied on user confirmation.

C#
void ShowDialog(InsertTableDialogContext insertTableDialogContext)
Parameters:insertTableDialogContextInsertTableDialogContext

The insert table dialog context.