Class CellEditorCommands
Represents the cell editor commands.
Inheritance
Inherited Members
Namespace: Telerik.WinForms.Controls.Spreadsheet.Worksheets
Assembly: Telerik.WinControls.RadSpreadsheet.dll
Syntax
public class CellEditorCommands
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
ICommand
The clear command. |
ClipboardGroup
Gets the clipboard group command.
Declaration
public ICommand ClipboardGroup { get; }
Property Value
ICommand
The clipboard group command. |
Copy
Gets the copy command.
Declaration
public ICommand Copy { get; }
Property Value
ICommand
The copy command. |
Cut
Gets the cut command.
Declaration
public ICommand Cut { get; }
Property Value
ICommand
The cut command. |
FontGroup
Gets the font group command.
Declaration
public ICommand FontGroup { get; }
Property Value
ICommand
The font group command. |
Paste
Gets the paste command.
Declaration
public ICommand Paste { get; }
Property Value
ICommand
The paste command. |
Undo
Gets or sets the undo command.
Declaration
public ICommand Undo { get; }
Property Value
ICommand
The undo command. |