CellEditorCommands
Class
Represents the cell editor commands.
Definition
Namespace:Telerik.WinForms.Controls.Spreadsheet.Worksheets
Assembly:Telerik.WinControls.RadSpreadsheet.dll
Syntax:
C#
public class CellEditorCommands
Inheritance: objectCellEditorCommands
Constructors
Initializes a new instance of the CellEditorCommands class.
Properties
Gets the clear command.
C#
public ICommand Clear { get; }
The clear command.
Gets the clipboard group command.
C#
public ICommand ClipboardGroup { get; }
The clipboard group command.
Gets the copy command.
C#
public ICommand Copy { get; }
The copy command.
Gets the font group command.
C#
public ICommand FontGroup { get; }
The font group command.
Gets the paste command.
C#
public ICommand Paste { get; }
The paste command.