Skip to main content
A newer version of this page is available. .

SpreadsheetControl.GetCommand(SpreadsheetCommandId) Method

Obtains a command by the command identifier.

Namespace: DevExpress.Xpf.Spreadsheet

Assembly: DevExpress.Xpf.Spreadsheet.v19.1.dll

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