Interface
ITablePropertiesDialog

Provides functionality for showing dialogs for editing table properties.

Definition

Namespace:Telerik.Windows.Documents.UI.Extensibility

Assembly:Telerik.Windows.Controls.RichTextBox.dll

Syntax:

cs-api-definition
public interface ITablePropertiesDialog

Methods

ShowDialog(TablePropertiesEditor, RadRichTextBox)

Shows the dialog.

Declaration

cs-api-definition
void ShowDialog(TablePropertiesEditor tablePropertiesEditor, RadRichTextBox owner)

Parameters

tablePropertiesEditor

TablePropertiesEditor

Instance of TablePropertiesEditor used to edit table properties.

owner

RadRichTextBox

The owner of the dialog.