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

XRDesignRibbonController.EndInit() Method

For internal use. Ends the XRDesignRibbonController‘s runtime initialization.

Namespace: DevExpress.XtraReports.UserDesigner

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

NuGet Package: DevExpress.Win.Reporting

Declaration

public override void EndInit()

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