ClassCellEditorCommands
Class
Represents the cell editor commands.
Definition
Namespace:Telerik.Windows.Controls.Spreadsheet.Worksheets
Assembly:Telerik.Windows.Controls.Spreadsheet.dll
Syntax:
cs-api-definition
public class CellEditorCommands
Inheritance: objectCellEditorCommands
Constructors
CellEditorCommands(CellEditorBase)
Initializes a new instance of the CellEditorCommands class.
Declaration
cs-api-definition
public CellEditorCommands(CellEditorBase owner)
Parameters
owner
The owner.
Properties
Clear
Gets the clear command.
Declaration
cs-api-definition
public ICommand Clear { get; }
Property Value
The clear command.
ClipboardGroup
Gets the clipboard group command.
Declaration
cs-api-definition
public ICommand ClipboardGroup { get; }
Property Value
The clipboard group command.
Copy
Gets the copy command.
Declaration
cs-api-definition
public ICommand Copy { get; }
Property Value
The copy command.
Cut
Gets the cut command.
FontGroup
Gets the font group command.
Declaration
cs-api-definition
public ICommand FontGroup { get; }
Property Value
The font group command.
Paste
Gets the paste command.
Declaration
cs-api-definition
public ICommand Paste { get; }
Property Value
The paste command.