PrintRibbonController.EndInit() Method
Ends the PrintRibbonController‘s initialization.
Namespace: DevExpress.XtraPrinting.Preview
Assembly: DevExpress.XtraPrinting.v24.1.dll
NuGet Packages: DevExpress.Win.Navigation, DevExpress.Win.Printing
Declaration
Remarks
Note that you shouldn’t use the EndInit method directly in your code. To initialize the PrintRibbonController instance, use its RibbonControllerBase.Initialize method instead.
See Also