Skip to main content

XRDesignBarManager.EndInit() Method

Notifies the control that initialization has been completed.

Namespace: DevExpress.XtraReports.UserDesigner

Assembly: DevExpress.XtraReports.v23.2.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