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

XRDesignBarManager.EndInit() Method

Notifies the control that initialization has been completed.

Namespace: DevExpress.XtraReports.UserDesigner

Assembly: DevExpress.XtraReports.v19.1.Extensions.dll

NuGet Package: DevExpress.Win.Reporting

Declaration

public override void EndInit()

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