Interface ICommandDescriptorsProvider
Represents provider of command descriptors.
Namespace: Telerik.Windows.Controls.Spreadsheet.Commands.Descriptors
Assembly: Telerik.Windows.Controls.Spreadsheet.dll
Syntax
public interface ICommandDescriptorsProvider
Properties
CommandDescriptors
Gets the command descriptors.
Declaration
CommandDescriptors CommandDescriptors { get; }
Property Value
CommandDescriptors
The command descriptors. |