ICommandDescriptorsProvider
Interface
Represents provider of command descriptors.
Definition
Namespace:Telerik.WinForms.Controls.Spreadsheet.Commands.Descriptors
Assembly:Telerik.WinControls.RadSpreadsheet.dll
Syntax:
C#
public interface ICommandDescriptorsProvider
Derived Classes:
Properties
Gets the command descriptors.
C#
CommandDescriptors CommandDescriptors { get; }
The command descriptors.