PrintRibbonController.GetBarItemByCommand(PrintingSystemCommand) Method
Gets a bar item within the Ribbon Control by its command.
Namespace: DevExpress.XtraPrinting.Preview
Assembly: DevExpress.XtraPrinting.v26.1.dll
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| command | PrintingSystemCommand | A PrintingSystemCommand enumeration value which specifies the command to be executed by the bar item to be found. |
Returns
| Type | Description |
|---|---|
| BarItem | A BarItem object that represents the bar item which executes the specified command. |
See Also