New to Telerik UI for WinFormsStart a free 30-day trial

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.

C#
public CellEditorCommands(CellEditorBase owner)
Parameters:ownerCellEditorBase

The owner.

Properties

Gets the clear command.

C#
public ICommand Clear { get; }
Property Value:

The clear command.

Gets the clipboard group command.

C#
public ICommand ClipboardGroup { get; }
Property Value:

The clipboard group command.

Gets the copy command.

C#
public ICommand Copy { get; }
Property Value:

The copy command.

Gets the cut command.

C#
public ICommand Cut { get; }
Property Value:

The cut command.

Gets the font group command.

C#
public ICommand FontGroup { get; }
Property Value:

The font group command.

Gets the paste command.

C#
public ICommand Paste { get; }
Property Value:

The paste command.

Gets or sets the undo command.

C#
public ICommand Undo { get; }
Property Value:

The undo command.