ClassToggleTableLookLastRowOptionCommand
Class
Represents the command to toggle the appearance of the last row in a table.
Definition
Namespace:Telerik.Windows.Documents.RichTextBoxCommands
Assembly:Telerik.Windows.Controls.RichTextBox.dll
Syntax:
cs-api-definition
public class ToggleTableLookLastRowOptionCommand : ToggleTableLookCommandBase, ICommand
Inheritance: objectRichTextBoxCommandBaseToggleCommandBaseToggleTableLookCommandBaseToggleTableLookLastRowOptionCommand
Implements:
Inherited Members
Constructors
ToggleTableLookLastRowOptionCommand(RadRichTextBox)
Declaration
cs-api-definition
public ToggleTableLookLastRowOptionCommand(RadRichTextBox editor)
Parameters
editor
Methods
ChangeTableLookProperty(Table)
Declaration
cs-api-definition
protected override void ChangeTableLookProperty(Table table)
Parameters
table
Overrides