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

Provides functionality for showing dialogs for editing table properties.

Definition

Namespace:Telerik.Windows.Documents.UI.Extensibility

Assembly:Telerik.Windows.Controls.RichTextBox.dll

Syntax:

C#
public interface ITablePropertiesDialog

Derived Classes: TablePropertiesDialog

Methods

Shows the dialog.

C#
void ShowDialog(TablePropertiesEditor tablePropertiesEditor, RadRichTextBox owner)
Parameters:tablePropertiesEditorTablePropertiesEditor

Instance of TablePropertiesEditor used to edit table properties.

ownerRadRichTextBox

The owner of the dialog.