SpreadsheetControl.GetCommand(SpreadsheetCommandId) Method
Obtains a command by the command identifier.
Namespace: DevExpress.Xpf.Spreadsheet
Assembly: DevExpress.Xpf.Spreadsheet.v25.1.dll
NuGet Package: DevExpress.Wpf.Spreadsheet
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| id | DevExpress.XtraSpreadsheet.Commands.SpreadsheetCommandId | A DevExpress.XtraSpreadsheet.Commands.SpreadsheetCommandId structure member, which specifies a command. |
Returns
| Type | Description |
|---|---|
| ICommand | An object with the ICommand interface that is the Spreadsheet command. |
See Also