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.v19.1.Extensions.dll

NuGet Package: DevExpress.Win.Reporting

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