Represents CellEditor command descriptor.
Definition
Namespace:Telerik.Windows.Controls.Spreadsheet.Worksheets.Commands.Descriptors
Assembly:Telerik.Windows.Controls.Spreadsheet.dll
Syntax:
public class CellEditorCommandDescriptors : CellEditorCommandDescriptorsBase, IDisposable, INotifyPropertyChanged
Inheritance: objectCommandDescriptorsCellEditorCommandDescriptorsBaseCellEditorCommandDescriptors
Implements:
Inherited Members
Constructors
Initializes a new instance of the CellEditorCommandDescriptors class.
public CellEditorCommandDescriptors(CellEditorBase cellEditor, RadWorksheetEditor worksheetEditor)
The cell editor.
worksheetEditorRadWorksheetEditorThe worksheet editor.
Properties
Gets the apply function command descriptor.
public override CommandDescriptor ApplyFunction { get; }
The apply function command descriptor.
Overrides:
Gets the clear command descriptor.
public override CommandDescriptor Clear { get; }
The clear command descriptor.
Overrides:
Gets the clipboard group command descriptor.
public override CommandDescriptor ClipboardGroup { get; }
The clipboard group command descriptor.
Overrides:
Gets the copy command descriptor.
public override CommandDescriptor Copy { get; }
The copy command descriptor.
Overrides:
Gets the cut command descriptor.
public override CommandDescriptor Cut { get; }
The cut command descriptor.
Overrides:
Gets the function library group command descriptor.
public override CommandDescriptor FunctionLibraryGroup { get; }
The function library group command descriptor.
Overrides:
Gets the paste command descriptor.
public override CommandDescriptor Paste { get; }
The paste command descriptor.
Overrides:
Gets the command descriptor for showing InsertFunction dialog.
public override CommandDescriptor ShowInsertFunctionDialog { get; }
The command descriptor for showing InsertFunction dialog.
Overrides: