ClassCellEditorCommandDescriptors
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
CellEditorCommandDescriptors(CellEditorBase, RadWorksheetEditor)
Initializes a new instance of the CellEditorCommandDescriptors class.
Declaration
public CellEditorCommandDescriptors(CellEditorBase cellEditor, RadWorksheetEditor worksheetEditor)
Parameters
cellEditor
The cell editor.
worksheetEditor
The worksheet editor.
Properties
ApplyFunction
Gets the apply function command descriptor.
Declaration
public override CommandDescriptor ApplyFunction { get; }
Property Value
The apply function command descriptor.
Overrides
Clear
Gets the clear command descriptor.
Declaration
public override CommandDescriptor Clear { get; }
Property Value
The clear command descriptor.
Overrides
ClipboardGroup
Gets the clipboard group command descriptor.
Declaration
public override CommandDescriptor ClipboardGroup { get; }
Property Value
The clipboard group command descriptor.
Overrides
Copy
Gets the copy command descriptor.
Declaration
public override CommandDescriptor Copy { get; }
Property Value
The copy command descriptor.
Overrides
Cut
Gets the cut command descriptor.
Declaration
public override CommandDescriptor Cut { get; }
Property Value
The cut command descriptor.
Overrides
FunctionLibraryGroup
Gets the function library group command descriptor.
Declaration
public override CommandDescriptor FunctionLibraryGroup { get; }
Property Value
The function library group command descriptor.
Overrides
Paste
Gets the paste command descriptor.
Declaration
public override CommandDescriptor Paste { get; }
Property Value
The paste command descriptor.
Overrides
ShowInsertFunctionDialog
Gets the command descriptor for showing InsertFunction dialog.
Declaration
public override CommandDescriptor ShowInsertFunctionDialog { get; }
Property Value
The command descriptor for showing InsertFunction dialog.
Overrides