SpreadsheetControl.CreateCommand(SpreadsheetCommandId) Method
In This Article
Creates a command by its identifier.
Namespace: DevExpress.Xpf.Spreadsheet
Assembly: DevExpress.Xpf.Spreadsheet.v24.2.dll
NuGet Package: DevExpress.Wpf.Spreadsheet
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
command |
DevExpress. |
A DevExpress. |
#Returns
Type | Description |
---|---|
DevExpress. |
A DevExpress. |
#Remarks
The CreateCommand is used internally to build control menus.
See Also