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 Cell
Declaration
public CellEditorCommands(CellEditorBase owner)
Parameters
Cell The owner. |
Properties
Clear
Gets the clear command.
Declaration
public ICommand Clear { get; }
Property Value
System. The clear command. |
ClipboardGroup
Gets the clipboard group command.
Declaration
public ICommand ClipboardGroup { get; }
Property Value
System. The clipboard group command. |
Copy
Gets the copy command.
Declaration
public ICommand Copy { get; }
Property Value
System. The copy command. |
Cut
Gets the cut command.
Declaration
public ICommand Cut { get; }
Property Value
System. The cut command. |
FontGroup
Gets the font group command.
Declaration
public ICommand FontGroup { get; }
Property Value
System. The font group command. |
Paste
Gets the paste command.
Declaration
public ICommand Paste { get; }
Property Value
System. The paste command. |
Undo
Gets or sets the undo command.
Declaration
public ICommand Undo { get; }
Property Value
System. The undo command. |