SpreadsheetControl.GetCommand(SpreadsheetCommandId) Method
In This Article
Obtains a command by the command identifier.
Namespace: DevExpress.Xpf.Spreadsheet
Assembly: DevExpress.Xpf.Spreadsheet.v24.2.dll
NuGet Package: DevExpress.Wpf.Spreadsheet
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
id | DevExpress. |
A DevExpress. |
#Returns
Type | Description |
---|---|
ICommand | An object with the ICommand interface that is the Spreadsheet command. |
See Also