Class TableContextCommandBase
Inherited Members
Namespace: Telerik.Windows.Documents.RichTextBoxCommands
Assembly: Telerik.Windows.Controls.RichTextBox.dll
Syntax
public abstract class TableContextCommandBase : RichTextBoxCommandBase, ICommand
Constructors
TableContextCommandBase(RadRichTextBox)
Initializes a new instance of the Table
Declaration
public TableContextCommandBase(RadRichTextBox editor)
Parameters
Rad The associated Rad |
Properties
IsTableSelectionEnabledCommand
Gets a value indicating whether command must be enabled when there is selection in table. Default implementation returns false
.
Declaration
protected virtual bool IsTableSelectionEnabledCommand { get; }
Property Value
System.
|
Methods
CanExecuteOverride()
Declaration
protected virtual bool CanExecuteOverride()
Returns
System.
|
CanExecuteOverride(Object)
Declaration
protected override bool CanExecuteOverride(object parameter)
Parameters
System.
|
Returns
System.
|