SpreadsheetControl.AssignShortcutKeyToCommand(Keys, Keys, SpreadsheetCommandId) Method
In This Article
Assigns a shortcut key to a command.
Namespace: DevExpress.Xpf.Spreadsheet
Assembly: DevExpress.Xpf.Spreadsheet.v24.2.dll
NuGet Package: DevExpress.Wpf.Spreadsheet
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
key | Keys | A Keys enumeration member specifying a key to assign. |
modifier | Keys | A Keys enumeration member specifying a modifier key. |
command |
DevExpress. |
A DevExpress. |
#Remarks
The SpreadsheetControl’s shortcuts should be assigned after the control is initialized.
To remove a command shortcut, use the SpreadsheetControl.RemoveShortcutKey method.
See Also