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.v24.2.dll
Declaration
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