PrintRibbonController.GetBarItemByCommand(PrintingSystemCommand) Method
In This Article
Gets a bar item within the Ribbon Control by its command.
Namespace: DevExpress.XtraPrinting.Preview
Assembly: DevExpress.XtraPrinting.v24.2.dll
NuGet Package: DevExpress.Win.Printing
#Declaration
public BarItem GetBarItemByCommand(
PrintingSystemCommand command
)
#Parameters
Name | Type | Description |
---|---|---|
command | Printing |
A Printing |
#Returns
Type | Description |
---|---|
Bar |
A Bar |
See Also