PrintRibbonController.GetBarItemByCommand(PrintingSystemCommand) Method
Gets a bar item within the Ribbon Control by its command.
Namespace: DevExpress.XtraPrinting.Preview
Assembly: DevExpress.XtraPrinting.v24.1.dll
NuGet Packages: DevExpress.Win.Navigation, DevExpress.Win.Printing
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