ClassCellEditorCommandDescriptorsBase
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
CellEditorCommandDescriptorsBase(CellEditorBase, RadWorksheetEditor)
Initializes a new instance of the CellEditorCommandDescriptorsBase class.
Declaration
protected CellEditorCommandDescriptorsBase(CellEditorBase cellEditor, RadWorksheetEditor worksheetEditor)
Parameters
cellEditor
The cell editor.
worksheetEditor
The worksheet editor.
Properties
CellEditor
Gets the cell editor.
Declaration
public CellEditorBase CellEditor { get; }
Property Value
The cell editor.
RadSpreadsheet
Gets the RadSpreadsheet.
Declaration
public override RadSpreadsheet RadSpreadsheet { get; }
Property Value
The RadSpreadsheet.
Overrides
ToggleSheetProtection
Gets the command descriptor for toggling sheet protection.
Declaration
public override CommandDescriptor ToggleSheetProtection { get; }
Property Value
The command descriptor.
Overrides
ToggleWorkbookProtection
Gets the command descriptor for toggling workbook protection.
Declaration
public override CommandDescriptor ToggleWorkbookProtection { get; }
Property Value
The command descriptor.
Overrides
WorksheetEditor
Gets the worksheet editor.
Declaration
public RadWorksheetEditor WorksheetEditor { get; }
Property Value
The worksheet editor.