Skip to main content

PrintRibbonController.GetBarItemByCommand(PrintingSystemCommand) Method

Gets a bar item within the Ribbon Control by its command.

Namespace: DevExpress.XtraPrinting.Preview

Assembly: DevExpress.XtraPrinting.v23.2.dll

NuGet Packages: DevExpress.Win.Navigation, DevExpress.Win.Printing

Declaration

public BarItem GetBarItemByCommand(
    PrintingSystemCommand command
)

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