XRDesignRibbonController.EndInit() Method
For internal use. Ends the XRDesignRibbonController‘s runtime initialization.
Namespace: DevExpress.XtraReports.UserDesigner
Assembly: DevExpress.XtraReports.v24.1.Extensions.dll
NuGet Package: DevExpress.Win.Reporting
Declaration
Remarks
Note that you shouldn’t use the EndInit method directly in your code. To initialize the XRDesignRibbonController instance, use its RibbonControllerBase.Initialize method instead.
See Also