XRDesignBarManager.EndInit() Method
Notifies the control that initialization has been completed.
Namespace: DevExpress.XtraReports.UserDesigner
Assembly: DevExpress.XtraReports.v24.1.Extensions.dll
NuGet Package: DevExpress.Win.Reporting
Declaration
Remarks
The EndInit method implements the corresponding method of the ISupportInitialize interface. This method is called internally and there is no need to call it directly.
See Also