ClassToggleTableLookRowBandingOptionCommand
Class
Represents a command that toggles the row banding option for a table in a RichTextBox.
Definition
Namespace:Telerik.Windows.Documents.RichTextBoxCommands
Assembly:Telerik.Windows.Controls.RichTextBox.dll
Syntax:
cs-api-definition
public class ToggleTableLookRowBandingOptionCommand : ToggleTableLookCommandBase, ICommand
Inheritance: objectRichTextBoxCommandBaseToggleCommandBaseToggleTableLookCommandBaseToggleTableLookRowBandingOptionCommand
Implements:
Inherited Members
Constructors
ToggleTableLookRowBandingOptionCommand(RadRichTextBox)
Declaration
cs-api-definition
public ToggleTableLookRowBandingOptionCommand(RadRichTextBox editor)
Parameters
editor
Methods
ChangeTableLookProperty(Table)
Declaration
cs-api-definition
protected override void ChangeTableLookProperty(Table table)
Parameters
table
Overrides