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

XRDesignPanel.FindMenuCommand(CommandID) Method

Searches for the specified command ID.

Namespace: DevExpress.XtraReports.UserDesigner

Assembly: DevExpress.XtraReports.v18.2.Extensions.dll

Declaration

public MenuCommand FindMenuCommand(
    CommandID cmdID
)

Parameters

Name Type Description
cmdID CommandID

An object of the CommandID type, identifying the command to be found.

Returns

Type Description
MenuCommand

A MenuCommand object, representing the command associated with the specified ID. Returns null (Nothing in Visual Basic) if no command is found.

See Also