Provides the base class from which the classes that represent CellEditor command descriptors are derived.
Definition
Namespace:Telerik.Windows.Controls.Spreadsheet.Worksheets.Commands.Descriptors
Assembly:Telerik.Windows.Controls.Spreadsheet.dll
Syntax:
public abstract class CellEditorCommandDescriptorsBase : CommandDescriptors, IDisposable, INotifyPropertyChanged
Inheritance: objectCommandDescriptorsCellEditorCommandDescriptorsBase
Derived Classes:
Implements:
Inherited Members
Constructors
Initializes a new instance of the CellEditorCommandDescriptorsBase class.
protected CellEditorCommandDescriptorsBase(CellEditorBase cellEditor, RadWorksheetEditor worksheetEditor)
The cell editor.
worksheetEditorRadWorksheetEditorThe worksheet editor.
Properties
Gets the cell editor.
public CellEditorBase CellEditor { get; }
The cell editor.
Gets the RadSpreadsheet.
public override RadSpreadsheet RadSpreadsheet { get; }
The RadSpreadsheet.
Overrides:
Gets the command descriptor for toggling sheet protection.
public override CommandDescriptor ToggleSheetProtection { get; }
The command descriptor.
Overrides:
Gets the command descriptor for toggling workbook protection.
public override CommandDescriptor ToggleWorkbookProtection { get; }
The command descriptor.
Overrides:
Gets the worksheet editor.
public RadWorksheetEditor WorksheetEditor { get; }
The worksheet editor.