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