SpreadsheetControl.CreateCommand(SpreadsheetCommandId) Method
Creates a command by its identifier.
Namespace: DevExpress.Xpf.Spreadsheet
Assembly: DevExpress.Xpf.Spreadsheet.v24.1.dll
NuGet Package: DevExpress.Wpf.Spreadsheet
Declaration
Parameters
Name | Type | Description |
---|---|---|
commandId | DevExpress.XtraSpreadsheet.Commands.SpreadsheetCommandId | A DevExpress.XtraSpreadsheet.Commands.SpreadsheetCommandId structure that identifies the command. |
Returns
Type | Description |
---|---|
DevExpress.XtraSpreadsheet.Commands.SpreadsheetCommand | A DevExpress.XtraSpreadsheet.Commands.SpreadsheetCommand object that is the command used in a Spreadsheet UI. |
Remarks
The CreateCommand is used internally to build control menus.
See Also