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