BarManager.ForceInitialize() Method
Forces the Bar Manager to create bar item links within the BarManager’s bars and menus.
Namespace: DevExpress.XtraBars
Assembly: DevExpress.XtraBars.v23.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Remarks
Calling the ForceInitialize method is identical to calling BarManager.ForceLinkCreate. The ForceInitialize method is introduced to conform to naming conventions used in other .NET DevExpress products.
The ForceInitialize()
method fires the Load event.
See Also