Skip to main content

SpreadsheetControl.GetCommand(SpreadsheetCommandId) Method

Obtains a command by the command identifier.

Namespace: DevExpress.Xpf.Spreadsheet

Assembly: DevExpress.Xpf.Spreadsheet.v23.2.dll

NuGet Package: DevExpress.Wpf.Spreadsheet

Declaration

public ICommand GetCommand(
    SpreadsheetCommandId id
)

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