XRDesignPanel.FindMenuCommand(CommandID) Method
Searches for the specified command ID.
Namespace: DevExpress.XtraReports.UserDesigner
Assembly: DevExpress.XtraReports.v24.1.Extensions.dll
NuGet Package: DevExpress.Win.Reporting
Declaration
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