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

PrintRibbonController.UpdateCommands() Method

Updates Ribbon Control items according to the current visibility state of the corresponding Printing System commands.

Namespace: DevExpress.XtraPrinting.Preview

Assembly: DevExpress.XtraPrinting.v18.2.dll

Declaration

public void UpdateCommands()

Remarks

This method is intended for internal use only. Usually, Ribbon Control items are automatically updated by the PrintingSystem when the visibility of any PrintingSystemCommand has been changed. Normally, you don’t need to use the UpdateCommands method.

See Also