SpreadsheetControl.AssignShortcutKeyToCommand(Keys, Keys, SpreadsheetCommandId) Method
In This Article
Assigns a shortcut key to a command.
Namespace: DevExpress.XtraSpreadsheet
Assembly: DevExpress.XtraSpreadsheet.v24.2.dll
NuGet Package: DevExpress.Win.Spreadsheet
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
key | Keys | A System. |
modifier | Keys | A System. |
command |
DevExpress. |
A Spreadsheet |
#Remarks
To remove a command shortcut, use the SpreadsheetControl.RemoveShortcutKey method.
See Also