Interface ITablePropertiesDialog
Provides functionality for showing dialogs for editing table properties.
Namespace: Telerik.Windows.Documents.UI.Extensibility
Assembly: Telerik.Windows.Documents.dll
Syntax
public interface ITablePropertiesDialog
Methods
ShowDialog(TablePropertiesEditor)
Shows the dialog.
Declaration
void ShowDialog(TablePropertiesEditor tablePropertiesEditor)
Parameters
TablePropertiesEditor
tablePropertiesEditor
Instance of TablePropertiesEditor used to edit table properties. |