Class CellEditorCommands
Represents the cell editor commands.
Inheritance
Namespace: Telerik.Windows.Controls.Spreadsheet.Worksheets
Assembly: Telerik.Windows.Controls.Spreadsheet.dll
Syntax
public class CellEditorCommands : Object
Constructors
CellEditorCommands(CellEditorBase)
Initializes a new instance of the CellEditorCommands class.
Declaration
public CellEditorCommands(CellEditorBase owner)
Parameters
CellEditorBase
owner
The owner. |
Properties
Clear
Gets the clear command.
Declaration
public ICommand Clear { get; }
Property Value
System.Windows.Input.ICommand
The clear command. |
ClipboardGroup
Gets the clipboard group command.
Declaration
public ICommand ClipboardGroup { get; }
Property Value
System.Windows.Input.ICommand
The clipboard group command. |
Copy
Gets the copy command.
Declaration
public ICommand Copy { get; }
Property Value
System.Windows.Input.ICommand
The copy command. |
Cut
Gets the cut command.
Declaration
public ICommand Cut { get; }
Property Value
System.Windows.Input.ICommand
The cut command. |
FontGroup
Gets the font group command.
Declaration
public ICommand FontGroup { get; }
Property Value
System.Windows.Input.ICommand
The font group command. |
Paste
Gets the paste command.
Declaration
public ICommand Paste { get; }
Property Value
System.Windows.Input.ICommand
The paste command. |
Undo
Gets or sets the undo command.
Declaration
public ICommand Undo { get; }
Property Value
System.Windows.Input.ICommand
The undo command. |