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