Class CommandDescriptorsManager
Represents the manager of the command descriptors ensuring the command descriptors are updated.
Inheritance
System.Object
CommandDescriptorsManager
Namespace: Telerik.Windows.Controls.Spreadsheet.Commands.Descriptors
Assembly: Telerik.Windows.Controls.Spreadsheet.dll
Syntax
public class CommandDescriptorsManager : Object
Constructors
CommandDescriptorsManager(RadSpreadsheet)
Initializes a new instance of the CommandDescriptorsManager class.
Declaration
public CommandDescriptorsManager(RadSpreadsheet owner)
Parameters
RadSpreadsheet
owner
The RadSpreadsheet owning the manager. |