Skip to main content

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.v23.2.dll

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

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