ClassDeleteTableRowCommand
Class
Represents the command to delete a row from a table in a Rich Text Box.
Definition
Namespace:Telerik.Windows.Documents.RichTextBoxCommands
Assembly:Telerik.Windows.Controls.RichTextBox.dll
Syntax:
cs-api-definition
public class DeleteTableRowCommand : TableContextCommandBase, ICommand
Inheritance: objectRichTextBoxCommandBaseTableContextCommandBaseDeleteTableRowCommand
Implements:
Inherited Members
Constructors
DeleteTableRowCommand(RadRichTextBox)
Declaration
cs-api-definition
public DeleteTableRowCommand(RadRichTextBox editor)
Parameters
editor
Properties
IsDeletingCommand
Declaration
cs-api-definition
protected override bool IsDeletingCommand { get; }
Property Value
Overrides
Methods
ExecuteOverride(object)
Performs the execute action specific to the command.
Declaration
cs-api-definition
protected override void ExecuteOverride(object parameter)
Parameters
parameter
The command parameter.
Overrides