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

PrintBarManager.UpdateCommands() Method

For internal use. Updates the bar items according to the current visibility state of the corresponding Printing System commands.

Namespace: DevExpress.XtraPrinting.Preview

Assembly: DevExpress.XtraPrinting.v19.1.dll

Declaration

public void UpdateCommands()

Remarks

In most cases, a PrintingSystem automatically updates bar items on changing the visibility of any PrintingSystemCommand and you do not need to use the UpdateCommands method.

See Also