Class
CellEditorCommands

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

CellEditorBase

The owner.

Properties

Clear

Gets the clear command.

Declaration

cs-api-definition
public ICommand Clear { get; }

Property Value

ICommand

The clear command.

ClipboardGroup

Gets the clipboard group command.

Declaration

cs-api-definition
public ICommand ClipboardGroup { get; }

Property Value

ICommand

The clipboard group command.

Copy

Gets the copy command.

Declaration

cs-api-definition
public ICommand Copy { get; }

Property Value

ICommand

The copy command.

Cut

Gets the cut command.

Declaration

cs-api-definition
public ICommand Cut { get; }

Property Value

ICommand

The cut command.

FontGroup

Gets the font group command.

Declaration

cs-api-definition
public ICommand FontGroup { get; }

Property Value

ICommand

The font group command.

Paste

Gets the paste command.

Declaration

cs-api-definition
public ICommand Paste { get; }

Property Value

ICommand

The paste command.

Undo

Gets or sets the undo command.

Declaration

cs-api-definition
public ICommand Undo { get; }

Property Value

ICommand

The undo command.