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

Provides functionality for showing dialogs for editing table properties.

Definition

Namespace:Telerik.WinForms.Documents.UI.Extensibility

Assembly:Telerik.WinControls.RichTextEditor.dll

Syntax:

C#
public interface ITablePropertiesDialog

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.