Skip to main content

XRDesignRibbonController.EndInit() Method

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

Namespace: DevExpress.XtraReports.UserDesigner

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