XRDesignBarManager.GetBarItemByCommand(CommandID) Method
OBSOLETE
The GetBarItemByCommand method is obsolete now. Use the GetBarItemsByReportCommand method instead.
Gets a bar item within the bar manager by its command.
Namespace: DevExpress.XtraReports.UserDesigner
Assembly: DevExpress.XtraReports.v24.1.Extensions.dll
NuGet Package: DevExpress.Win.Reporting
Declaration
[Obsolete("The GetBarItemByCommand method is obsolete now. Use the GetBarItemsByReportCommand method instead.")]
public CommandBarItem GetBarItemByCommand(
CommandID commandID
)
Parameters
Name | Type | Description |
---|---|---|
commandID | CommandID | A CommandID object which specifies the command to be executed by the bar item to find. |
Returns
Type | Description |
---|---|
DevExpress.XtraReports.UserDesigner.CommandBarItem | A DevExpress.XtraReports.UserDesigner.CommandBarItem object that represents the bar item which executes the specified command. |
Remarks
The GetBarItemByCommand method is obsolete now. Use the XRDesignBarManager.GetBarItemsByReportCommand method instead.
See Also