Skip to main content

SpreadsheetControl.CreateCommand(SpreadsheetCommandId) Method

Creates a command by its identifier.

Namespace: DevExpress.Xpf.Spreadsheet

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

NuGet Package: DevExpress.Wpf.Spreadsheet

Declaration

public virtual SpreadsheetCommand CreateCommand(
    SpreadsheetCommandId commandId
)

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