Skip to main content
A newer version of this page is available. .

PrintRibbonController.GetBarItemByCommand(PrintingSystemCommand) Method

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

Namespace: DevExpress.XtraPrinting.Preview

Assembly: DevExpress.XtraPrinting.v19.2.dll

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